Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h300 M.SectionsAllocatedSinceLastLoad = SectionAddrSet(); in operator()
362 typedef std::set<const void *> SectionAddrSet; typedef
369 SectionAddrSet SectionsAllocatedSinceLastLoad;
370 std::map<ObjectLayerT::ObjSetHandleT, SectionAddrSet, ObjSetHandleCompare>
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h431 M.SectionsAllocatedSinceLastLoad = SectionAddrSet(); in operator()
490 using SectionAddrSet = std::set<const void *>; variable
491 SectionAddrSet SectionsAllocatedSinceLastLoad;
492 std::map<VModuleKey, SectionAddrSet> UnfinalizedSections;