Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp89 OutputAssembly("S", cl::desc("Write output as LLVM assembly"), cl::Hidden); variable
467 OutputAssembly ? sys::fs::OF_TextWithCRLF in main()
482 if (OutputAssembly) { in main()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp125 static cl::opt<bool> OutputAssembly("S", variable
381 if (OutputAssembly) in main()