Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp173 for (auto &SecAllocGroup : llvm::reverse(Unfinalized)) { in registerEHFrames()
199 Unfinalized.push_back(std::move(ObjAllocs)); in notifyObjectLoaded()
215 std::swap(SecAllocGroups, Unfinalized); in finalizeMemory()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h118 std::vector<SectionAllocGroup> Unfinalized; variable