Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DRelocations.h183 llvm::DenseMap<InputSection *, ThunkSection *> thunkedSections; variable
H A DRelocations.cpp1975 ThunkSection *ts = thunkedSections.lookup(isec); in getISThunkSec()
1994 thunkedSections[isec] = ts; in getISThunkSec()
2236 for (auto &p : thunkedSections) in createThunks()