Home
last modified time | relevance | path

Searched refs:emitInt64 (Results 1 – 3 of 3) 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