Home
last modified time | relevance | path

Searched defs:ObjectAllocs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h405 struct ObjectAllocs { struct
408 ObjectAllocs(ObjectAllocs &&Other) in ObjectAllocs() argument
434 std::vector<ObjectAllocs> Unmapped; argument
/external/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;