Searched refs:Unfinalized (Results 1 – 2 of 2) sorted by relevance
173 for (auto &SecAllocGroup : llvm::reverse(Unfinalized)) { in registerEHFrames()199 Unfinalized.push_back(std::move(ObjAllocs)); in notifyObjectLoaded()215 std::swap(SecAllocGroups, Unfinalized); in finalizeMemory()
118 std::vector<SectionAllocGroup> Unfinalized; variable