Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp348 if (NumStubs > AvailableIndirectStubs.size()) { in getIndirectStubs()
382 AvailableIndirectStubs.push_back( in getIndirectStubs()
391 assert(NumStubs <= AvailableIndirectStubs.size() && in getIndirectStubs()
396 Result.push_back(AvailableIndirectStubs.back()); in getIndirectStubs()
397 AvailableIndirectStubs.pop_back(); in getIndirectStubs()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTPCIndirectionUtils.h156 std::vector<IndirectStubInfo> AvailableIndirectStubs; variable