Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h104 if (M.UnfinalizedSections.size() == 1)
207 for (auto &P : UnfinalizedSections) in mapSectionAddress()
299 M.UnfinalizedSections[H] = std::move(M.SectionsAllocatedSinceLastLoad); in operator()
326 M.UnfinalizedSections.erase(H); in operator()
371 UnfinalizedSections; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h132 if (M.UnfinalizedSections.size() == 1)
340 for (auto &P : UnfinalizedSections) in mapSectionAddress()
430 M.UnfinalizedSections[K] = std::move(M.SectionsAllocatedSinceLastLoad); in operator()
444 M.UnfinalizedSections.erase(K); in operator()
492 std::map<VModuleKey, SectionAddrSet> UnfinalizedSections; variable