Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDByteStreamer.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
HDAsmPrinter.cpp3053 void AsmPrinter::emitULEB128(uint64_t Value, const char *Desc, in emitULEB128() function in AsmPrinter
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDecoderEmitter.cpp813 auto emitULEB128 = [](DecoderTable::const_iterator I, in emitTable() local