Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1127 std::unique_ptr<MemoryBuffer> RuntimeArchiveBuffer; in operator ()() local
1132 RuntimeArchiveBuffer = std::move(*A); in operator ()()
1134 RuntimeArchiveBuffer = std::move(std::get<1>(OrcRuntime)); in operator ()()
1151 ES, *ObjLinkingLayer, PlatformJD, std::move(RuntimeArchiveBuffer), in operator ()()
1160 *ObjLinkingLayer, std::move(RuntimeArchiveBuffer)); in operator ()()
1173 *ObjLinkingLayer, std::move(RuntimeArchiveBuffer)); in operator ()()