Home
last modified time | relevance | path

Searched refs:SectionPair (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.h18 using SectionPair = std::pair<const InputSection *, const InputSection *>; variable
75 llvm::MapVector<SectionPair, uint64_t> callGraphProfile;
H A DSectionPriorities.cpp67 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 DCallGraphSort.cpp108 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 DCallGraphSort.cpp71 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 DRuntimeDyldCOFFX86_64.h302 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 DDWP.cpp591 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 DRuntimeDyldImpl.h132 struct SectionPair { struct
141 SectionPair Sections; argument