Home
last modified time | relevance | path

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

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