Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h120 Unmapped.push_back(ObjectAllocs()); in reserveAllocationSpace()
405 struct ObjectAllocs { struct
406 ObjectAllocs() = default;
408 ObjectAllocs(ObjectAllocs &&Other) in ObjectAllocs() function
416 ObjectAllocs &operator=(ObjectAllocs &&Other) {
434 std::vector<ObjectAllocs> Unmapped; argument
435 std::vector<ObjectAllocs> Unfinalized;