Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.h17 using SectionPair = std::pair<const InputSection *, const InputSection *>; global() variable
H A DSectionPriorities.cpp82 CallGraphSort::CallGraphSort(const MapVector<SectionPair, uint64_t> &profile) { in CallGraphSort() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp293 struct SectionPair { struct in __anon7dd80bba0111::MachODebugObjectSynthesizer
294 Section *GraphSec = nullptr;
295 typename MachOBuilder<MachOTraits>::Section *BuilderSec = nullptr;
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h132 struct SectionPair { struct
141 SectionPair Sections; argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h302 for (const auto &SectionPair : SectionMap) { in finalizeLoad() local
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp71 using SectionPair = std::pair<const SectionChunk *, const SectionChunk *>; typedef
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp108 using SectionPair = typedef
/freebsd-src/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp567 auto SectionPair = KnownSections.find(Name); handleSection() local