Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.cpp2047 std::vector<Thunk *> *thunkVec = nullptr; in getThunk() local
2062 thunkVec = &thunkedSymbolsBySectionAndAddend[{{d->section, d->value}, in getThunk()
2064 if (!thunkVec) in getThunk()
2065 thunkVec = &thunkedSymbols[{rel.sym, keyAddend}]; in getThunk()
2068 for (Thunk *t : *thunkVec) in getThunk()
2077 thunkVec->push_back(t); in getThunk()