Home
last modified time | relevance | path

Searched defs:SectionPair (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lld/MachO/
H A DSectionPriorities.h18 using SectionPair = std::pair<const InputSection *, const InputSection *>; variable
H A DSectionPriorities.cpp82 CallGraphSort(const MapVector<SectionPair,uint64_t> & profile) CallGraphSort() argument
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp293 struct SectionPair { global() struct in __anon5f69fc7b0111::MachODebugObjectSynthesizer
294 GraphSec__anon5f69fc7b0111::MachODebugObjectSynthesizer::SectionPair global() argument
295 BuilderSec__anon5f69fc7b0111::MachODebugObjectSynthesizer::SectionPair global() argument
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h132 struct SectionPair { global() struct
141 SectionBSectionPair global() argument
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h302 for (const auto &SectionPair : SectionMap) { in finalizeLoad() local
/llvm-project/lld/COFF/
H A DCallGraphSort.cpp71 using SectionPair = std::pair<const SectionChunk *, const SectionChunk *>; typedef
/llvm-project/lld/ELF/
H A DCallGraphSort.cpp108 using SectionPair = global() typedef
/llvm-project/llvm/lib/DWP/
H A DDWP.cpp591 auto SectionPair = KnownSections.find(Name); in handleSection() local