Searched refs:IndirectStubsInfos (Results 1 – 1 of 1) sorted by relevance
275 void *StubAddr = IndirectStubsInfos[Key.first].getStub(Key.second); in findStub()290 void *PtrAddr = IndirectStubsInfos[Key.first].getPtr(Key.second); in findPointer()301 *IndirectStubsInfos[Key.first].getPtr(Key.second) = in updatePointer()313 unsigned NewBlockId = IndirectStubsInfos.size(); in reserveStubs()320 IndirectStubsInfos.push_back(std::move(ISI)); in reserveStubs()328 *IndirectStubsInfos[Key.first].getPtr(Key.second) = in createStubInternal()333 std::vector<typename TargetT::IndirectStubsInfo> IndirectStubsInfos; variable