Searched refs:thunkedSections (Results 1 – 2 of 2) sorted by relevance
183 llvm::DenseMap<InputSection *, ThunkSection *> thunkedSections; variable
1975 ThunkSection *ts = thunkedSections.lookup(isec); in getISThunkSec()1994 thunkedSections[isec] = ts; in getISThunkSec()2236 for (auto &p : thunkedSections) in createThunks()