Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp146 Unmapped.back().RemoteCode = { in reserveAllocationSpace()
149 Unmapped.back().RemoteCode.End, in reserveAllocationSpace()
174 if (SecAllocGroup.RemoteCode.contains(LA) || in registerEHFrames()
194 ObjAllocs.RemoteCode.Start); in notifyObjectLoaded()
224 ExecutorAddrRange *RemoteAddrs[3] = {&SecAllocGroup.RemoteCode, in finalizeMemory()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h101 ExecutorAddrRange RemoteCode; member