Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h35 virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
49 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
51 AP.EmitSLEB128(DWord); in EmitSLEB128()
67 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
95 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.cpp265 case dwarf::DW_FORM_sdata: Asm->EmitSLEB128(Integer); return; in EmitValue()
DDwarfDebug.cpp126 BS.EmitSLEB128(Value, Twine(Value)); in EmitSigned()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h406 void EmitSLEB128(int64_t Value, const char *Desc = nullptr) const;