Searched refs:IndirectStubsInfos (Results 1 – 1 of 1) sorted by relevance
410 void *StubPtr = IndirectStubsInfos[Key.first].getStub(Key.second); in findStub()425 void *PtrPtr = IndirectStubsInfos[Key.first].getPtr(Key.second); in findPointer()439 IndirectStubsInfos[Key.first].getPtr(Key.second)); in updatePointer()450 unsigned NewBlockId = IndirectStubsInfos.size(); in reserveStubs()457 IndirectStubsInfos.push_back(std::move(*ISI)); in reserveStubs()465 *IndirectStubsInfos[Key.first].getPtr(Key.second) = in createStubInternal()472 std::vector<LocalIndirectStubsInfo<TargetT>> IndirectStubsInfos; variable