Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp315 Asm.emitInt64(Prologue->TotalLength); in writePrologue()
325 Asm.emitInt64(Prologue->PrologueLength); in writePrologue()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h502 void emitInt64(uint64_t Value) const;
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h561 void emitInt64(uint64_t Value) const;
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h705 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); } in emitInt64() function
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp3119 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
3120 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()
3122 getStreamer().emitInt64(hi); in parseDirectiveOctaValue()
3123 getStreamer().emitInt64(lo); in parseDirectiveOctaValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1119 Asm->emitInt64(getDWOId()); in emitHeader()
DAsmPrinter.cpp2157 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2275 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter
2276 OutStreamer->emitInt64(Value); in emitInt64()
DDwarfCompileUnit.cpp1244 Asm->emitInt64(getDWOId()); in emitHeader()