Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp282 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule() function
456 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
923 auto OutputBuffer = codegenModule(*TheModule, *TMBuilder.create()); in run()