• Home
  • Raw
  • Download

Lines Matching refs:TPCIU

28   getIndirectStubs(TPCIndirectionUtils &TPCIU, unsigned NumStubs) {  in getIndirectStubs()  argument
29 return TPCIU.getIndirectStubs(NumStubs); in getIndirectStubs()
40 TPCTrampolinePool(TPCIndirectionUtils &TPCIU);
48 TPCIndirectionUtils &TPCIU; member in __anon0e890b430111::TPCTrampolinePool
57 TPCIndirectStubsManager(TPCIndirectionUtils &TPCIU) : TPCIU(TPCIU) {} in TPCIndirectStubsManager() argument
76 TPCIndirectionUtils &TPCIU; member in __anon0e890b430111::TPCIndirectStubsManager
80 TPCTrampolinePool::TPCTrampolinePool(TPCIndirectionUtils &TPCIU) in TPCTrampolinePool() argument
81 : TPCIU(TPCIU) { in TPCTrampolinePool()
82 auto &TPC = TPCIU.getTargetProcessControl(); in TPCTrampolinePool()
83 auto &ABI = TPCIU.getABISupport(); in TPCTrampolinePool()
101 auto ResolverAddress = TPCIU.getResolverBlockAddress(); in grow()
104 auto &TPC = TPCIU.getTargetProcessControl(); in grow()
122 TPCIU.getABISupport().writeTrampolines(WorkingMemory.data(), TargetAddress, in grow()
146 auto AvailableStubInfos = getIndirectStubs(TPCIU, StubInits.size()); in createStubs()
159 auto &MemAccess = TPCIU.getTargetProcessControl().getMemoryAccess(); in createStubs()
160 switch (TPCIU.getABISupport().getPointerSize()) { in createStubs()
213 auto &MemAccess = TPCIU.getTargetProcessControl().getMemoryAccess(); in updatePointer()
214 switch (TPCIU.getABISupport().getPointerSize()) { in updatePointer()
414 Error setUpInProcessLCTMReentryViaTPCIU(TPCIndirectionUtils &TPCIU) { in setUpInProcessLCTMReentryViaTPCIU() argument
415 auto &LCTM = TPCIU.getLazyCallThroughManager(); in setUpInProcessLCTMReentryViaTPCIU()
416 return TPCIU in setUpInProcessLCTMReentryViaTPCIU()