Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h78 Unmapped.back().CodeAllocs.emplace_back(Size, Alignment); in allocateCodeSection()
80 Unmapped.back().CodeAllocs.back().getLocalAddress()); in allocateCodeSection()
169 mapAllocsToRemoteAddrs(Dyld, ObjAllocs.CodeAllocs, in notifyObjectLoaded()
184 if (copyAndProtect(ObjAllocs.CodeAllocs, ObjAllocs.RemoteCodeAddr,
260 std::vector<Alloc> CodeAllocs, RODataAllocs, RWDataAllocs; member