Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h152 bool compile_to_file(const char **Name);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp302 bool LTOCodeGenerator::compile_to_file(const char **Name) { in compile_to_file() function in LTOCodeGenerator
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-lto/
Dllvm-lto.cpp1113 if (!CodeGen.compile_to_file(&OutputName)) in main()