Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h698 virtual void emitIntValueInHex(uint64_t Value, unsigned Size) { in emitIntValueInHex() function
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp212 void emitIntValueInHex(uint64_t Value, unsigned Size) override;
1114 void MCAsmStreamer::emitIntValueInHex(uint64_t Value, unsigned Size) { in emitIntValueInHex() function in MCAsmStreamer
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp94 OS->emitIntValueInHex(Value, Size); in emitIntValue()