Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.h44 bool compile_to_file(const char** name, std::string& errMsg);
DLTOCodeGenerator.cpp182 bool LTOCodeGenerator::compile_to_file(const char** name, std::string& errMsg) in compile_to_file() function in LTOCodeGenerator
217 if (compile_to_file(&name, errMsg)) in compile()
Dlto.cpp299 return cg->compile_to_file(name, sLastErrorString); in lto_codegen_compile_to_file()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h144 bool compile_to_file(const char **Name, bool DisableVerify,
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h141 bool compile_to_file(const char **Name, bool DisableVerify,
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp295 bool LTOCodeGenerator::compile_to_file(const char **Name, bool DisableVerify, in compile_to_file() function in LTOCodeGenerator
/external/llvm/tools/lto/
Dlto.cpp437 return !unwrap(cg)->compile_to_file( in lto_codegen_compile_to_file()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp299 bool LTOCodeGenerator::compile_to_file(const char **Name, bool DisableVerify, in compile_to_file() function in LTOCodeGenerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
Dlto.cpp450 return !unwrap(cg)->compile_to_file( in lto_codegen_compile_to_file()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp869 if (!CodeGen.compile_to_file(&OutputName, DisableVerify, DisableInline, in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp975 if (!CodeGen.compile_to_file(&OutputName, DisableVerify, DisableInline, in main()