Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp216 Streamer.emitInt64(GUID->getZExtValue()); in emitPseudoProbeDescMetadata()
217 Streamer.emitInt64(Hash->getZExtValue()); in emitPseudoProbeDescMetadata()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp89 MCOS->emitInt64(Guid); in emit()
159 MCOS->emitInt64(Guid); in emit()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h694 void emitInt64(uint64_t Value) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1541 OutStreamer->emitInt64(ADATable.insert( in emitPPA1()
1546 OutStreamer->emitInt64( in emitPPA1()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h742 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); } in emitInt64() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp478 Asm->emitInt64(std::get<uint64_t>(TU.value())); in emitTUList()
H A DDwarfCompileUnit.cpp1544 Asm->emitInt64(getDWOId()); in emitHeader()
H A DAsmPrinter.cpp3398 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter
3399 OutStreamer->emitInt64(Value); in emitInt64()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3186 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
3187 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()
3189 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()
3190 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()