Home
last modified time | relevance | path

Searched refs:IndirectStubsInfos (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h410 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