Home
last modified time | relevance | path

Searched refs:thunkVec (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp2158 std::vector<Thunk *> *thunkVec = nullptr; in getThunk() local
2173 thunkVec = &thunkedSymbolsBySectionAndAddend[{{d->section, d->value}, in getThunk()
2175 if (!thunkVec) in getThunk()
2176 thunkVec = &thunkedSymbols[{rel.sym, keyAddend}]; in getThunk()
2179 for (Thunk *t : *thunkVec) in getThunk()
2188 thunkVec->push_back(t); in getThunk()