Home
last modified time | relevance | path

Searched defs:emitULEB128 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h53 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() function
80 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() function
122 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() function
H A DAsmPrinter.cpp3053 void AsmPrinter::emitULEB128(uint64_t Value, const char *Desc, in emitULEB128() function in AsmPrinter
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp813 auto emitULEB128 = [](DecoderTable::const_iterator I, in emitTable() local