Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp105 void MipsELFStreamer::emitIntValue(uint64_t Value, unsigned Size) { in emitIntValue() function in MipsELFStreamer
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
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
DMCAsmStreamer.cpp1239 void MCAsmStreamer::emitIntValue(uint64_t Value, unsigned Size) { in emitIntValue() function in MCAsmStreamer
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp86 void emitIntValue(uint64_t Value, unsigned Size) override { in emitIntValue() function in __anon25c698a50111::CVMCAdapter
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
DMasmParser.cpp3672 bool MasmParser::emitIntValue(const MCExpr *Value, unsigned Size) { in emitIntValue() function in MasmParser