Home
last modified time | relevance | path

Searched defs:emitIntValue (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp105 void MipsELFStreamer::emitIntValue(uint64_t Value, unsigned Size) { in emitIntValue() function in MipsELFStreamer
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp142 auto emitIntValue = [&Streamer, emitDataPadding, emitLabelByName]( in emitBinary() local
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCStreamer.cpp134 void MCStreamer::emitIntValue(uint64_t Value, unsigned Size) { in emitIntValue() function in MCStreamer
144 void MCStreamer::emitIntValue(APInt Value) { in emitIntValue() function in MCStreamer
H A DMCAsmStreamer.cpp1224 void MCAsmStreamer::emitIntValue(uint64_t Value, unsigned Size) { in emitIntValue() function in MCAsmStreamer
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp88 void emitIntValue(uint64_t Value, unsigned Size) override { in emitIntValue() function in __anon0a90f0150111::CVMCAdapter
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3657 bool MasmParser::emitIntValue(const MCExpr *Value, unsigned Size) { in emitIntValue() function in MasmParser