Searched refs:SectionPair (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/lld/MachO/ |
| D | SectionPriorities.h | 17 using SectionPair = std::pair<const InputSection *, const InputSection *>; variable 74 llvm::MapVector<SectionPair, uint64_t> callGraphProfile;
|
| 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()
|
| /openbsd/src/gnu/llvm/lld/COFF/ |
| 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()
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | CallGraphSort.cpp | 97 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/ |
| D | RuntimeDyldCOFFX86_64.h | 295 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/ |
| D | RuntimeDyldImpl.h | 132 struct SectionPair { struct 141 SectionPair Sections; argument
|