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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp354 if (NumStubs > AvailableIndirectStubs.size()) {
388 AvailableIndirectStubs.push_back(
395 assert(NumStubs <= AvailableIndirectStubs.size() &&
400 Result.push_back(AvailableIndirectStubs.back());
401 AvailableIndirectStubs.pop_back();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h158 std::vector<IndirectStubInfo> AvailableIndirectStubs; member in class:llvm::orc::EPCIndirectionUtils

Completed in 55 milliseconds