• Home
  • Raw
  • Download

Lines Matching refs:TPCIndirectionUtils

24   using IndirectStubInfo = TPCIndirectionUtils::IndirectStubInfo;
25 using IndirectStubInfoVector = TPCIndirectionUtils::IndirectStubInfoVector;
28 getIndirectStubs(TPCIndirectionUtils &TPCIU, unsigned NumStubs) { in getIndirectStubs()
40 TPCTrampolinePool(TPCIndirectionUtils &TPCIU);
48 TPCIndirectionUtils &TPCIU;
57 TPCIndirectStubsManager(TPCIndirectionUtils &TPCIU) : TPCIU(TPCIU) {} in TPCIndirectStubsManager()
76 TPCIndirectionUtils &TPCIU;
80 TPCTrampolinePool::TPCTrampolinePool(TPCIndirectionUtils &TPCIU) in TPCTrampolinePool()
234 TPCIndirectionUtils::ABISupport::~ABISupport() {} in ~ABISupport()
236 Expected<std::unique_ptr<TPCIndirectionUtils>>
237 TPCIndirectionUtils::Create(TargetProcessControl &TPC) { in Create()
269 Error TPCIndirectionUtils::cleanup() { in cleanup()
286 TPCIndirectionUtils::writeResolverBlock(JITTargetAddress ReentryFnAddr, in writeResolverBlock()
314 TPCIndirectionUtils::createIndirectStubsManager() { in createIndirectStubsManager()
318 TrampolinePool &TPCIndirectionUtils::getTrampolinePool() { in getTrampolinePool()
324 LazyCallThroughManager &TPCIndirectionUtils::createLazyCallThroughManager( in createLazyCallThroughManager()
333 TPCIndirectionUtils::TPCIndirectionUtils(TargetProcessControl &TPC, in TPCIndirectionUtils() function in llvm::orc::TPCIndirectionUtils
342 Expected<TPCIndirectionUtils::IndirectStubInfoVector>
343 TPCIndirectionUtils::getIndirectStubs(unsigned NumStubs) { in getIndirectStubs()
414 Error setUpInProcessLCTMReentryViaTPCIU(TPCIndirectionUtils &TPCIU) { in setUpInProcessLCTMReentryViaTPCIU()