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