Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCPseudoProbe.cpp146 MCOS->emitInt64(Guid); in emit()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h576 void emitInt64(uint64_t Value) const;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h703 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); } in emitInt64() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp354 Streamer.emitInt64(GUID->getZExtValue()); in emitModuleMetadata()
355 Streamer.emitInt64(Hash->getZExtValue()); in emitModuleMetadata()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3205 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
3206 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()
3208 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()
3209 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2386 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter
2387 OutStreamer->emitInt64(Value); in emitInt64()
H A DDwarfCompileUnit.cpp1344 Asm->emitInt64(getDWOId()); in emitHeader()