Searched refs:SectionPair (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SectionPriorities.h | 18 using SectionPair = std::pair<const InputSection *, const InputSection *>; variable 75 llvm::MapVector<SectionPair, uint64_t> callGraphProfile;
|
H A D | SectionPriorities.cpp | 67 CallGraphSort(const MapVector<SectionPair, uint64_t> &profile); 82 CallGraphSort::CallGraphSort(const MapVector<SectionPair, uint64_t> &profile) { in CallGraphSort() argument 95 for (const std::pair<SectionPair, uint64_t> &c : profile) { in CallGraphSort()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | CallGraphSort.cpp | 108 using SectionPair = in CallGraphSort() 115 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort() 128 for (std::pair<SectionPair, uint64_t> &c : profile) { in CallGraphSort() 297 for (std::pair<SectionPair, uint64_t> &c : config->callGraphProfile) { 97 using SectionPair = global() typedef
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | CallGraphSort.cpp | 71 using SectionPair = std::pair<const SectionChunk *, const SectionChunk *>; typedef 77 const MapVector<SectionPair, uint64_t> &profile = ctx.config.callGraphProfile; in CallGraphSort() 90 for (const std::pair<SectionPair, uint64_t> &c : profile) { in CallGraphSort()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFX86_64.h | 302 for (const auto &SectionPair : SectionMap) { in finalizeLoad() 303 const object::SectionRef &Section = SectionPair.first; in finalizeLoad() 312 UnregisteredEHFrameSections.push_back(SectionPair.second); 295 for (const auto &SectionPair : SectionMap) { finalizeLoad() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 591 auto SectionPair = KnownSections.find(Name); in handleSection() local 592 if (SectionPair == KnownSections.end()) in handleSection() 595 if (DWARFSectionKind Kind = SectionPair->second.second) { in handleSection() 605 MCSection *OutSection = SectionPair->second.first; in handleSection()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 132 struct SectionPair { struct 141 SectionPair Sections; argument
|