Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp265 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule() function
439 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
844 auto OutputBuffer = codegenModule(*TheModule, *TMBuilder.create()); in run()