Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h44 M.SectionsAllocatedSinceLastLoad.insert(Addr); in allocateCodeSection()
53 M.SectionsAllocatedSinceLastLoad.insert(Addr); in allocateDataSection()
288 M.UnfinalizedSections[H] = std::move(M.SectionsAllocatedSinceLastLoad); in operator()
289 M.SectionsAllocatedSinceLastLoad = SectionAddrSet(); in operator()
347 SectionAddrSet SectionsAllocatedSinceLastLoad; variable