Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp156 std::unique_ptr<Module> ExtractedFunctionsModule; in materialize() local
170 ExtractedFunctionsModule = in materialize()
200 if (ExtractedFunctionsModule) in materialize()
202 std::move(ExtractedFunctionsModule)); in materialize()