Searched refs:getJITInfo (Results 1 – 17 of 17) sorted by relevance
196 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn); in JITResolver()370 if (jit.getJITInfo().needsGOT()) { in JITEmitter()547 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getLazyFunctionStub()551 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE); in getLazyFunctionStub()594 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress, in getGlobalValueIndirectSym()610 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getExternalFunctionStub()612 Stub = TheJIT->getJITInfo().emitFunctionStub(0, FnAddr, JE); in getExternalFunctionStub()890 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0], in finishFunction()1068 if (TheJIT->getJITInfo().hasCustomConstantPool()) in emitConstantPool()1108 if (TheJIT->getJITInfo().hasCustomJumpTables()) in initJumpTableInfo()[all …]
92 TargetJITInfo &getJITInfo() const { return TJI; } in getJITInfo() function
218 if (TargetJITInfo *TJ = TM->getJITInfo()) { in createJIT()
51 virtual X86JITInfo *getJITInfo() { in getJITInfo() function99 virtual X86JITInfo *getJITInfo() { in getJITInfo() function126 virtual X86JITInfo *getJITInfo() { in getJITInfo() function
764 X86JITInfo *JTI = TM.getJITInfo(); in emitInstruction()
59 virtual TargetJITInfo *getJITInfo() { in getJITInfo() function
51 virtual PPCJITInfo *getJITInfo() { return &JITInfo; } in getJITInfo() function
53 virtual MipsJITInfo *getJITInfo() in getJITInfo() function
117 JTI = ((MipsTargetMachine&) MF.getTarget()).getJITInfo(); in runOnMachineFunction()
46 virtual ARMJITInfo *getJITInfo() { return &JITInfo; } in getJITInfo() function
369 JTI = ((ARMTargetMachine &)MF.getTarget()).getJITInfo(); in runOnMachineFunction()
151 virtual TargetJITInfo *getJITInfo() { return 0; } in getJITInfo() function
48 if (TargetJITInfo *TJ = TM->getJITInfo()) in createJIT()
237 * ``getJITInfo()``1806 through its ``getJITInfo`` method.
318 provide one of these objects through the ``getJITInfo`` method.
237 * ``getJITInfo()``1766 through its ``getJITInfo`` method.