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