Searched refs:UnfinalizedSections (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h132 if (M.UnfinalizedSections.size() == 1)
341 for (auto &P : UnfinalizedSections)
431 M.UnfinalizedSections[K] = std::move(M.SectionsAllocatedSinceLastLoad);
445 M.UnfinalizedSections.erase(K);
493 std::map<VModuleKey, SectionAddrSet> UnfinalizedSections; member in class:llvm::orc::OrcMCJITReplacement

Completed in 93 milliseconds