Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h30 virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
44 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
46 AP.EmitSLEB128(DWord); in EmitSLEB128()
62 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
H A DAsmPrinterDwarf.cpp42 BS.EmitSLEB128(Value, Twine(Value)); in EmitSigned()
59 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const { in EmitSLEB128() function in AsmPrinter
H A DEHStreamer.cpp629 Asm->EmitSLEB128(Action.ValueForTypeID); in emitExceptionTable()
643 Asm->EmitSLEB128(Action.NextAction); in emitExceptionTable()
H A DDIE.cpp229 case dwarf::DW_FORM_sdata: Asm->EmitSLEB128(Integer); return; in EmitValue()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h377 void EmitSLEB128(int64_t Value, const char *Desc = nullptr) const;