Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h49 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() function
77 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() function
110 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() function
H A DAsmPrinter.cpp3046 void AsmPrinter::emitSLEB128(int64_t Value, const char *Desc) const { in emitSLEB128() function in AsmPrinter