Home
last modified time | relevance | path

Searched refs:emitSLEB128 (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h33 virtual void emitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
48 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() function
50 AP.emitSLEB128(DWord); in emitSLEB128()
67 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() function
96 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() function
DAsmPrinterDwarf.cpp40 void AsmPrinter::emitSLEB128(int64_t Value, const char *Desc) const { in emitSLEB128() function in AsmPrinter
DEHStreamer.cpp783 Asm->emitSLEB128(Action.ValueForTypeID); in emitExceptionTable()
794 Asm->emitSLEB128(Action.NextAction); in emitExceptionTable()
DDIE.cpp100 AP->emitSLEB128(AttrData.getValue()); in Emit()
422 Asm->emitSLEB128(Integer); in emitValue()
DDwarfDebug.cpp163 getActiveStreamer().emitSLEB128(Value, Twine(Value)); in emitSigned()
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h591 void emitSLEB128(int64_t Value, const char *Desc = nullptr) const;
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp259 Asm.emitSLEB128(Entry.Value); in writeData()