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

  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 117 bool compile_to_file(const char **Name, bool DisableVerify,
121 /// As with compile_to_file(), this function compiles the merged module into
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 399 if (!CodeGen.compile_to_file(&OutputName, DisableVerify, DisableInline,
  /external/llvm/tools/lto/
lto.cpp 418 return !unwrap(cg)->compile_to_file(
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 258 bool LTOCodeGenerator::compile_to_file(const char **Name, bool DisableVerify, function in class:LTOCodeGenerator

Completed in 106 milliseconds