Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.h185 llvm::DenseMap<InputSection *, ThunkSection *> thunkedSections; variable
DRelocations.cpp1753 ThunkSection *ts = thunkedSections.lookup(isec); in getISThunkSec()
1772 thunkedSections[isec] = ts; in getISThunkSec()
2022 for (auto &p : thunkedSections) in createThunks()