Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h96 if (M.UnfinalizedSections.size() == 1)
200 for (auto &P : UnfinalizedSections) in mapSectionAddress()
288 M.UnfinalizedSections[H] = std::move(M.SectionsAllocatedSinceLastLoad); in operator()
304 M.UnfinalizedSections.erase(H); in operator()
349 UnfinalizedSections; variable