Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h175 Unfinalized.push_back(std::move(ObjAllocs)); in notifyObjectLoaded()
183 for (auto &ObjAllocs : Unfinalized) {
196 Unfinalized.clear();
323 std::vector<ObjectAllocs> Unfinalized; variable