Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp192 for (auto &ObjAllocs : Unmapped) { in notifyObjectLoaded() local
193 mapAllocsToRemoteAddrs(Dyld, ObjAllocs.CodeAllocs, in notifyObjectLoaded()
194 ObjAllocs.RemoteCode.Start); in notifyObjectLoaded()
195 mapAllocsToRemoteAddrs(Dyld, ObjAllocs.RODataAllocs, in notifyObjectLoaded()
196 ObjAllocs.RemoteROData.Start); in notifyObjectLoaded()
197 mapAllocsToRemoteAddrs(Dyld, ObjAllocs.RWDataAllocs, in notifyObjectLoaded()
198 ObjAllocs.RemoteRWData.Start); in notifyObjectLoaded()
199 Unfinalized.push_back(std::move(ObjAllocs)); in notifyObjectLoaded()