Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h158 LLVM_ABI bool compile_to_file(const char **Name);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp360 bool LTOCodeGenerator::compile_to_file(const char **Name) { in compile_to_file() function in LTOCodeGenerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1186 if (!CodeGen.compile_to_file(&OutputName)) in main()