Home
last modified time | relevance | path

Searched defs:ObjectAllocs (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.h249 struct ObjectAllocs { struct
252 ObjectAllocs &operator=(const ObjectAllocs &) = delete; argument
254 ObjectAllocs &operator=(ObjectAllocs &&) = default; argument
256 JITTargetAddress RemoteCodeAddr = 0;
257 JITTargetAddress RemoteRODataAddr = 0;
258 JITTargetAddress RemoteRWDataAddr = 0;
259 std::vector<Alloc> CodeAllocs, RODataAllocs, RWDataAllocs;