Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp148 Unmapped.back().RemoteROData = { in reserveAllocationSpace()
152 Unmapped.back().RemoteROData.End, in reserveAllocationSpace()
174 if (Alloc.RemoteCode.contains(LA) || Alloc.RemoteROData.contains(LA) || in registerEHFrames()
195 ObjAllocs.RemoteROData.Start); in notifyObjectLoaded()
230 &ObjAllocs.RemoteROData, in finalizeMemory()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h103 ExecutorAddrRange RemoteROData; member