Searched refs:compile_to_file (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOCodeGenerator.h | 44 bool compile_to_file(const char** name, std::string& errMsg);
|
D | LTOCodeGenerator.cpp | 182 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()
|
D | lto.cpp | 299 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/ |
D | LTOCodeGenerator.h | 144 bool compile_to_file(const char **Name, bool DisableVerify,
|
/external/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 141 bool compile_to_file(const char **Name, bool DisableVerify,
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 295 bool LTOCodeGenerator::compile_to_file(const char **Name, bool DisableVerify, in compile_to_file() function in LTOCodeGenerator
|
/external/llvm/tools/lto/ |
D | lto.cpp | 437 return !unwrap(cg)->compile_to_file( in lto_codegen_compile_to_file()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 299 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/ |
D | lto.cpp | 450 return !unwrap(cg)->compile_to_file( in lto_codegen_compile_to_file()
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 869 if (!CodeGen.compile_to_file(&OutputName, DisableVerify, DisableInline, in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 975 if (!CodeGen.compile_to_file(&OutputName, DisableVerify, DisableInline, in main()
|