Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp105 void MipsELFStreamer::emitIntValue(uint64_t Value, unsigned Size) { in emitIntValue() function in MipsELFStreamer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp131 void MCStreamer::emitIntValue(uint64_t Value, unsigned Size) { in emitIntValue() function in MCStreamer
141 void MCStreamer::emitIntValue(APInt Value) { in emitIntValue() function in MCStreamer
H A DMCAsmStreamer.cpp1184 void MCAsmStreamer::emitIntValue(uint64_t Value, unsigned Size) { in emitIntValue() function in MCAsmStreamer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp93 void emitIntValue(uint64_t Value, unsigned Size) override { in emitIntValue() function in __anon0e8787300111::CVMCAdapter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3437 bool MasmParser::emitIntValue(const MCExpr *Value, unsigned Size) { in emitIntValue() function in MasmParser