Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h201 llvm::DenseMap<InputSection *, ThunkSection *> thunkedSections; variable
H A DRelocations.cpp2093 ThunkSection *ts = thunkedSections.lookup(isec); in getISThunkSec()
2112 thunkedSections[isec] = ts; in getISThunkSec()
2354 for (auto &p : thunkedSections) in createThunks()