Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp146 auto AvailableStubInfos = getIndirectStubs(TPCIU, StubInits.size()); in createStubs() local
147 if (!AvailableStubInfos) in createStubs()
148 return AvailableStubInfos.takeError(); in createStubs()
154 auto &A = (*AvailableStubInfos)[ASIdx++]; in createStubs()
165 PtrUpdates.push_back({(*AvailableStubInfos)[ASIdx++].PointerAddress, in createStubs()
173 PtrUpdates.push_back({(*AvailableStubInfos)[ASIdx++].PointerAddress, in createStubs()