Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCPseudoProbe.cpp81 MCOS->emitInt64(Guid); in emit()
148 MCOS->emitInt64(Guid); in emit()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h654 void emitInt64(uint64_t Value) const;
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h745 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); } in emitInt64() function
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3243 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
3244 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()
3246 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()
3247 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp363 Streamer.emitInt64(GUID->getZExtValue()); in emitModuleMetadata()
364 Streamer.emitInt64(Hash->getZExtValue()); in emitModuleMetadata()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1381 Asm->emitInt64(getDWOId()); in emitHeader()
H A DAsmPrinter.cpp2792 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter
2793 OutStreamer->emitInt64(Value); in emitInt64()