Searched refs:AvailableIndirectStubs (Results 1 – 2 of 2) sorted by relevance
358 if (NumStubs > AvailableIndirectStubs.size()) { in getIndirectStubs()393 AvailableIndirectStubs.push_back(IndirectStubInfo( in getIndirectStubs()400 assert(NumStubs <= AvailableIndirectStubs.size() && in getIndirectStubs()405 Result.push_back(AvailableIndirectStubs.back()); in getIndirectStubs()406 AvailableIndirectStubs.pop_back(); in getIndirectStubs()
156 std::vector<IndirectStubInfo> AvailableIndirectStubs; variable