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