Searched refs:thunkVec (Results 1 – 1 of 1) sorted by relevance
1893 std::vector<Thunk *> *thunkVec = nullptr; in getThunk() local1903 thunkVec = &thunkedSymbolsBySectionAndAddend[{ in getThunk()1905 if (!thunkVec) in getThunk()1906 thunkVec = &thunkedSymbols[{rel.sym, addend}]; in getThunk()1909 for (Thunk *t : *thunkVec) in getThunk()1919 thunkVec->push_back(t); in getThunk()