Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.cpp1893 std::vector<Thunk *> *thunkVec = nullptr; in getThunk() local
1903 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()