Home
last modified time | relevance | path

Searched defs:emitSLEB128 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h48 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() function
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
H A DAsmPrinterDwarf.cpp40 void AsmPrinter::emitSLEB128(int64_t Value, const char *Desc) const { in emitSLEB128() function in AsmPrinter