Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h113 Unmapped.push_back(ObjectAllocs()); in reserveAllocationSpace()
250 struct ObjectAllocs { struct
251 ObjectAllocs() = default;
252 ObjectAllocs(const ObjectAllocs &) = delete;
253 ObjectAllocs &operator=(const ObjectAllocs &) = delete; argument
254 ObjectAllocs(ObjectAllocs &&) = default;
255 ObjectAllocs &operator=(ObjectAllocs &&) = default; argument
322 std::vector<ObjectAllocs> Unmapped;
323 std::vector<ObjectAllocs> Unfinalized;