Home | History | Annotate | Download | only in JIT

Lines Matching refs:getJITInfo

200       LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
374 if (jit.getJITInfo().needsGOT()) {
543 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
547 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE);
590 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress,
606 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
608 Stub = TheJIT->getJITInfo().emitFunctionStub(0, FnAddr, JE);
886 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0],
1060 if (TheJIT->getJITInfo().hasCustomConstantPool())
1100 if (TheJIT->getJITInfo().hasCustomJumpTables())
1123 if (TheJIT->getJITInfo().hasCustomJumpTables())
1169 *SlotPtr++ = TheJIT->getJITInfo().getPICJumpTableEntry(MBBAddr, Base);
1286 TargetJITInfo::StubLayout layout = getJITInfo().getStubLayout();
1288 getJITInfo().emitFunctionStub(F, Addr, *getCodeEmitter());