Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp112 OutputAssembly("S", cl::desc("Write output as LLVM assembly")); variable
707 OutputAssembly ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None; in main()
750 if (!Force && !NoOutput && !AnalyzeOnly && !OutputAssembly) in main()
817 OK = OutputAssembly in main()
1050 if (OutputAssembly) { in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp98 static cl::opt<bool> OutputAssembly("S", variable
481 OutputAssembly ? sys::fs::OF_TextWithCRLF in main()
496 if (OutputAssembly) { in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp125 static cl::opt<bool> OutputAssembly("S", variable
381 if (OutputAssembly) in main()