Searched refs:AvailableStubInfos (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp144 auto AvailableStubInfos = getIndirectStubs(EPCIU, StubInits.size()); local
145 if (!AvailableStubInfos)
146 return AvailableStubInfos.takeError();
152 auto &A = (*AvailableStubInfos)[ASIdx++];
163 PtrUpdates.push_back({(*AvailableStubInfos)[ASIdx++].PointerAddress,
171 PtrUpdates.push_back({(*AvailableStubInfos)[ASIdx++].PointerAddress,

Completed in 105 milliseconds