Searched refs:sectionMap (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.h42 std::map<InputSection *, std::vector<const Defined *>> sectionMap; member in class:lld::elf::AArch64Err843419Patcher
H A DARMErrataFix.h43 llvm::DenseMap<InputSection *, std::vector<const Defined *>> sectionMap; member in class:lld::elf::ARMErr657417Patcher
H A DAArch64ErrataFix.cpp431 // results in sectionMap so we don't have to recalculate it each pass.
456 sectionMap[sec].push_back(def);
463 for (auto &kv : sectionMap) {
588 // Use sectionMap to make sure we only scan code and not inline data.
593 std::vector<const Defined *> &mapSyms = sectionMap[isec];
H A DARMErrataFix.cpp303 // data, caching the results in sectionMap so we don't have to recalculate
333 sectionMap[sec].push_back(def);
338 for (auto &kv : sectionMap) {
483 // Use sectionMap to make sure we only scan Thumb code and not Arm or inline
488 std::vector<const Defined *> &mapSyms = sectionMap[isec];
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp181 std::vector<pdb::SecMapEntry> sectionMap; member in class:lld::coff::__anon1105::PDBLinker
1769 sectionMap = pdb::DbiStreamBuilder::createSectionMap(sections);
1770 dbiBuilder.setSectionMap(sectionMap);

Completed in 178 milliseconds