Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp145 Unmapped.back().RemoteCode = { in reserveAllocationSpace()
148 Unmapped.back().RemoteCode.End, in reserveAllocationSpace()
173 if (SecAllocGroup.RemoteCode.contains(LA) || in registerEHFrames()
193 ObjAllocs.RemoteCode.Start); in notifyObjectLoaded()
223 ExecutorAddrRange *RemoteAddrs[3] = {&SecAllocGroup.RemoteCode, in finalizeMemory()
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h101 ExecutorAddrRange RemoteCode; member