Home
last modified time | relevance | path

Searched defs:emitIntValueInHex (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h699 virtual void emitIntValueInHex(uint64_t Value, unsigned Size) { in emitIntValueInHex() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1198 void MCAsmStreamer::emitIntValueInHex(uint64_t Value, unsigned Size) { in emitIntValueInHex() function in MCAsmStreamer