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.h94 struct SectionAllocGroup { struct
95 SectionAllocGroup() = default;
96 SectionAllocGroup(const SectionAllocGroup &) = delete;
97 SectionAllocGroup &operator=(const SectionAllocGroup &) = delete; argument
98 SectionAllocGroup(SectionAllocGroup &&) = default;
99 SectionAllocGroup &operator=(SectionAllocGroup &&) = default; argument
117 std::vector<SectionAllocGroup> Unmapped; argument
118 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()