Lines Matching refs:getJITInfo
195 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn); in JITResolver()
369 if (jit.getJITInfo().needsGOT()) { in JITEmitter()
543 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getLazyFunctionStub()
547 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE); in getLazyFunctionStub()
590 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress, in getGlobalValueIndirectSym()
606 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getExternalFunctionStub()
608 Stub = TheJIT->getJITInfo().emitFunctionStub(0, FnAddr, JE); in getExternalFunctionStub()
886 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0], in finishFunction()
1050 if (TheJIT->getJITInfo().hasCustomConstantPool()) in emitConstantPool()
1090 if (TheJIT->getJITInfo().hasCustomJumpTables()) in initJumpTableInfo()
1113 if (TheJIT->getJITInfo().hasCustomJumpTables()) in emitJumpTableInfo()
1159 *SlotPtr++ = TheJIT->getJITInfo().getPICJumpTableEntry(MBBAddr, Base); in emitJumpTableInfo()
1278 TargetJITInfo::StubLayout layout = getJITInfo().getStubLayout(); in updateFunctionStub()
1280 getJITInfo().emitFunctionStub(F, Addr, *getCodeEmitter()); in updateFunctionStub()