Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp110 assert(!ActiveRTDylds.count(K) && in emit()
112 ActiveRTDylds[K] = RTDyld.get(); in emit()
150 ActiveRTDylds.erase(K); in emit()
169 auto ActiveRTDyldItr = ActiveRTDylds.find(K); in mapSectionAddress()
171 assert(ActiveRTDyldItr != ActiveRTDylds.end() && in mapSectionAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h84 std::map<VModuleKey, RuntimeDyld *> ActiveRTDylds; variable