Home
last modified time | relevance | path

Searched defs:sectionMap (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.h40 llvm::DenseMap<InputSection *, std::vector<const Defined *>> sectionMap; variable
H A DARMErrataFix.h40 llvm::DenseMap<InputSection *, std::vector<const Defined *>> sectionMap; variable
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp55 static DenseMap<InputSection *, SmallVector<const Defined *, 0>> sectionMap{}; variable