Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp194 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule() function
386 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
665 return codegenModule(TheModule, *TMBuilder.create()); in codegen()
/external/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp298 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule() function
480 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
954 auto OutputBuffer = codegenModule(*TheModule, *TMBuilder.create()); in run()
/external/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()