Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.h184 llvm::DenseMap<InputSection *, ThunkSection *> thunkedSections; variable
H A DRelocations.cpp1920 ThunkSection *ts = thunkedSections.lookup(isec); in getISThunkSec()
1939 thunkedSections[isec] = ts; in getISThunkSec()
2181 for (auto &p : thunkedSections) in createThunks()