Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp169 auto ActiveRTDyldItr = ActiveRTDylds.find(K); in mapSectionAddress() local
171 assert(ActiveRTDyldItr != ActiveRTDylds.end() && in mapSectionAddress()
173 ActiveRTDyldItr->second->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()