Lines Matching refs:getJITInfo
200 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn); in JITResolver()
374 if (jit.getJITInfo().needsGOT()) { in JITEmitter()
548 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getLazyFunctionStub()
552 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE); in getLazyFunctionStub()
595 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress, in getGlobalValueIndirectSym()
611 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getExternalFunctionStub()
613 Stub = TheJIT->getJITInfo().emitFunctionStub(0, FnAddr, JE); in getExternalFunctionStub()
891 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0], in finishFunction()
1055 if (TheJIT->getJITInfo().hasCustomConstantPool()) in emitConstantPool()
1095 if (TheJIT->getJITInfo().hasCustomJumpTables()) in initJumpTableInfo()
1118 if (TheJIT->getJITInfo().hasCustomJumpTables()) in emitJumpTableInfo()
1164 *SlotPtr++ = TheJIT->getJITInfo().getPICJumpTableEntry(MBBAddr, Base); in emitJumpTableInfo()
1283 TargetJITInfo::StubLayout layout = getJITInfo().getStubLayout(); in updateFunctionStub()
1285 getJITInfo().emitFunctionStub(F, Addr, *getCodeEmitter()); in updateFunctionStub()