Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h755 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); } emitInt64() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3054 void AsmPrinter::emitInt64(uint64_t Value) const { emitInt64() function in AsmPrinter