Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h117 bool compile_to_file(const char **Name, bool DisableVerify,
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp399 if (!CodeGen.compile_to_file(&OutputName, DisableVerify, DisableInline, in main()
/external/llvm/tools/lto/
Dlto.cpp418 return !unwrap(cg)->compile_to_file( in lto_codegen_compile_to_file()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp258 bool LTOCodeGenerator::compile_to_file(const char **Name, bool DisableVerify, in compile_to_file() function in LTOCodeGenerator