Searched refs:thunkVec (Results 1 – 1 of 1) sorted by relevance
2220 std::vector<Thunk *> *thunkVec = nullptr; in getThunk() local2235 thunkVec = &thunkedSymbolsBySectionAndAddend[{{d->section, d->value}, in getThunk()2237 if (!thunkVec) in getThunk()2238 thunkVec = &thunkedSymbols[{rel.sym, keyAddend}]; in getThunk()2241 for (Thunk *t : *thunkVec) in getThunk()2250 thunkVec->push_back(t); in getThunk()