Home
last modified time | relevance | path

Searched refs:SectionAllocGroup (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h96 struct SectionAllocGroup { struct
97 SectionAllocGroup() = default;
98 SectionAllocGroup(const SectionAllocGroup &) = delete;
99 SectionAllocGroup &operator=(const SectionAllocGroup &) = delete; argument
100 SectionAllocGroup(SectionAllocGroup &&) = default;
101 SectionAllocGroup &operator=(SectionAllocGroup &&) = default; argument
119 std::vector<SectionAllocGroup> Unmapped; argument
120 std::vector<SectionAllocGroup> Unfinalized;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp145 Unmapped.push_back(SectionAllocGroup()); in reserveAllocationSpace()
208 std::vector<SectionAllocGroup> SecAllocGroups; in finalizeMemory()