Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp460 JCE->emitInt64((intptr_t)Jit.getOrEmitGlobalVariable(GV)); in EmitExceptionTable()
465 JCE->emitInt64(0); in EmitExceptionTable()
512 JCE->emitInt64(((intptr_t)Jit.getPointerToGlobal(Personality))); in EmitCommonEHFrame()
567 JCE->emitInt64(ExceptionTable-(unsigned char*)JCE->getCurrentPCValue()); in EmitEHFrame()
569 JCE->emitInt64((int)0); in EmitEHFrame()
588 JCE->emitInt64(0); in EmitEHFrame()
589 JCE->emitInt64(0); in EmitEHFrame()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineCodeEmitter.h223 void emitInt64(uint64_t Value) { in emitInt64() function
DJITCodeEmitter.h228 void emitInt64(uint64_t Value) { in emitInt64() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp288 Asm.emitInt64(Prologue->TotalLength); in writePrologue()
298 Asm.emitInt64(Prologue->PrologueLength); in writePrologue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h471 void emitInt64(uint64_t Value) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp875 Asm->emitInt64(getDWOId()); in emitHeader()
DAsmPrinter.cpp1982 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64() function in AsmPrinter