Home
last modified time | relevance | path

Searched refs:emitIntValueInHex (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h738 virtual void emitIntValueInHex(uint64_t Value, unsigned Size) { in emitIntValueInHex() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp230 void emitIntValueInHex(uint64_t Value, unsigned Size) override;
1243 void MCAsmStreamer::emitIntValueInHex(uint64_t Value, unsigned Size) { in emitIntValueInHex() function in MCAsmStreamer
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1139 OutStreamer->emitIntValueInHex(0x00C300C500C500, 7); // Eyecatcher. in emitFunctionEntryLabel()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2320 OutStreamer->emitIntValueInHex(AllocReg, sizeof(AllocReg)); in emitTracebackTable()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp87 OS->emitIntValueInHex(Value, Size); in emitIntValue()