Home
last modified time | relevance | path

Searched refs:EmitSLEB128 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h32 virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
46 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
48 AP.EmitSLEB128(DWord); in EmitSLEB128()
64 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
86 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
DEHStreamer.cpp629 Asm->EmitSLEB128(Action.ValueForTypeID); in emitExceptionTable()
643 Asm->EmitSLEB128(Action.NextAction); in emitExceptionTable()
DAsmPrinterDwarf.cpp43 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const { in EmitSLEB128() function in AsmPrinter
DDIE.cpp231 case dwarf::DW_FORM_sdata: Asm->EmitSLEB128(Integer); return; in EmitValue()
DDwarfDebug.cpp116 BS.EmitSLEB128(Value, Twine(Value)); in EmitSigned()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h399 void EmitSLEB128(int64_t Value, const char *Desc = nullptr) const;