Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp87 MCOS->emitInt64(Guid); in emit()
157 MCOS->emitInt64(Guid); in emit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h664 void emitInt64(uint64_t Value) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1386 OutStreamer->emitInt64(ADATable.insert( in emitPPA1()
1391 OutStreamer->emitInt64( in emitPPA1()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h755 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); } in emitInt64() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp511 Asm->emitInt64(std::get<uint64_t>(TU.value())); in emitTUList()
H A DDwarfCompileUnit.cpp1477 Asm->emitInt64(getDWOId()); in emitHeader()
H A DAsmPrinter.cpp3054 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter
3055 OutStreamer->emitInt64(Value); in emitInt64()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3239 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
3240 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()
3242 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()
3243 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp355 Streamer.emitInt64(GUID->getZExtValue()); in emitModuleMetadata()
356 Streamer.emitInt64(Hash->getZExtValue()); in emitModuleMetadata()