Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h713 virtual void emitIntValueInHex(uint64_t Value, unsigned Size) { in emitIntValueInHex() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp251 void emitIntValueInHex(uint64_t Value, unsigned Size) override;
1326 void MCAsmStreamer::emitIntValueInHex(uint64_t Value, unsigned Size) { in emitIntValueInHex() function in MCAsmStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1582 OutStreamer->emitIntValueInHex(0x00C300C500C500, 7); // Eyecatcher. in emitFunctionEntryLabel()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2619 OutStreamer->emitIntValueInHex(AllocReg, sizeof(AllocReg)); in emitTracebackTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp88 OS->emitIntValueInHex(Value, Size); in emitIntValue()