Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/MachO/
DSectionPriorities.h17 using SectionPair = std::pair<const InputSection *, const InputSection *>; variable
74 llvm::MapVector<SectionPair, uint64_t> callGraphProfile;
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()
/openbsd/src/gnu/llvm/lld/COFF/
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()
/openbsd/src/gnu/llvm/lld/ELF/
DCallGraphSort.cpp97 using SectionPair = typedef
104 MapVector<SectionPair, uint64_t> &profile = config->callGraphProfile; in CallGraphSort()
117 for (std::pair<SectionPair, uint64_t> &c : profile) { in CallGraphSort()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h295 for (const auto &SectionPair : SectionMap) { in finalizeLoad() local
296 const object::SectionRef &Section = SectionPair.first; in finalizeLoad()
305 UnregisteredEHFrameSections.push_back(SectionPair.second); in finalizeLoad()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h132 struct SectionPair { struct
141 SectionPair Sections; argument