Searched refs:AvailableIndirectStubs (Results 1 – 2 of 2) sorted by relevance
354 if (NumStubs > AvailableIndirectStubs.size()) { in getIndirectStubs()388 AvailableIndirectStubs.push_back( in getIndirectStubs()395 assert(NumStubs <= AvailableIndirectStubs.size() && in getIndirectStubs()400 Result.push_back(AvailableIndirectStubs.back()); in getIndirectStubs()401 AvailableIndirectStubs.pop_back(); in getIndirectStubs()
158 std::vector<IndirectStubInfo> AvailableIndirectStubs; variable