Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp298 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule() function
480 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
956 auto OutputBuffer = codegenModule(*TheModule, *TMBuilder.create()); in run()