Home
last modified time | relevance | path

Searched refs:emitInt64 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp88 MCOS->emitInt64(Guid); in emit()
158 MCOS->emitInt64(Guid); in emit()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h659 void emitInt64(uint64_t Value) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1406 OutStreamer->emitInt64(ADATable.insert( in emitPPA1()
1411 OutStreamer->emitInt64( in emitPPA1()
/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 DAccelTable.cpp479 Asm->emitInt64(std::get<uint64_t>(TU.value())); in emitTUList()
H A DDwarfCompileUnit.cpp1498 Asm->emitInt64(getDWOId()); in emitHeader()
H A DAsmPrinter.cpp3062 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter
3063 OutStreamer->emitInt64(Value); in emitInt64()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3241 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
3242 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()
3244 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()
3245 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp354 Streamer.emitInt64(GUID->getZExtValue()); in emitModuleMetadata()
355 Streamer.emitInt64(Hash->getZExtValue()); in emitModuleMetadata()