Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h77 Unmapped.back().CodeAllocs.emplace_back(Size, Alignment); in allocateCodeSection()
79 Unmapped.back().CodeAllocs.back().getLocalAddress()); in allocateCodeSection()
168 mapAllocsToRemoteAddrs(Dyld, ObjAllocs.CodeAllocs, in notifyObjectLoaded()
183 if (copyAndProtect(ObjAllocs.CodeAllocs, ObjAllocs.RemoteCodeAddr,
259 std::vector<Alloc> CodeAllocs, RODataAllocs, RWDataAllocs; member