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

/freebsd-13-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.cpp430 // results in sectionMap so we don't have to recalculate it each pass.
455 sectionMap[sec].push_back(def);
462 for (auto &kv : sectionMap) {
587 // Use sectionMap to make sure we only scan code and not inline data.
592 std::vector<const Defined *> &mapSyms = sectionMap[isec];
H A DARMErrataFix.cpp302 // data, caching the results in sectionMap so we don't have to recalculate
332 sectionMap[sec].push_back(def);
337 for (auto &kv : sectionMap) {
482 // Use sectionMap to make sure we only scan Thumb code and not Arm or inline
487 std::vector<const Defined *> &mapSyms = sectionMap[isec];

Completed in 60 milliseconds