Searched refs:Unfinalized (Results 1 – 2 of 2) sorted by relevance
173 for (auto &Alloc : llvm::reverse(Unfinalized)) { in registerEHFrames()198 Unfinalized.push_back(std::move(ObjAllocs)); in notifyObjectLoaded()214 std::swap(Allocs, Unfinalized); in finalizeMemory()
118 std::vector<AllocGroup> Unfinalized; variable