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-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h133 if (M.UnfinalizedSections.size() == 1)
341 for (auto &P : UnfinalizedSections) in mapSectionAddress()
431 M.UnfinalizedSections[K] = std::move(M.SectionsAllocatedSinceLastLoad); in operator()
445 M.UnfinalizedSections.erase(K); in operator()
493 std::map<VModuleKey, SectionAddrSet> UnfinalizedSections; variable