Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h44 M.SectionsAllocatedSinceLastLoad.insert(Addr); in allocateCodeSection()
53 M.SectionsAllocatedSinceLastLoad.insert(Addr); in allocateDataSection()
299 M.UnfinalizedSections[H] = std::move(M.SectionsAllocatedSinceLastLoad); in operator()
300 M.SectionsAllocatedSinceLastLoad = SectionAddrSet(); in operator()
369 SectionAddrSet SectionsAllocatedSinceLastLoad; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h73 M.SectionsAllocatedSinceLastLoad.insert(Addr); in allocateCodeSection()
82 M.SectionsAllocatedSinceLastLoad.insert(Addr); in allocateDataSection()
430 M.UnfinalizedSections[K] = std::move(M.SectionsAllocatedSinceLastLoad); in operator()
431 M.SectionsAllocatedSinceLastLoad = SectionAddrSet(); in operator()
491 SectionAddrSet SectionsAllocatedSinceLastLoad; variable