HomeSort by relevance Sort by last modified time
    Searched refs:compile_to_file (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 100 bool compile_to_file(const char **name,
106 // As with compile_to_file(), this function compiles the merged module into
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 180 if (!CodeGen.compile_to_file(&OutputName, DisableOpt, DisableInline,
  /external/llvm/tools/lto/
lto.cpp 268 return !unwrap(cg)->compile_to_file(name, DisableOpt, DisableInline,
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 187 bool LTOCodeGenerator::compile_to_file(const char** name, function in class:LTOCodeGenerator
231 if (!compile_to_file(&name, disableOpt, disableInline, disableGVNLoadPRE,
  /external/llvm/tools/gold/
gold-plugin.cpp 466 if (!CodeGen->compile_to_file(&Temp, /*DisableOpt*/ false, /*DisableInline*/

Completed in 817 milliseconds