Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp115 static cl::opt<bool> OutputAssembly("S", variable
612 OutputAssembly ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None; in optMain()
658 if (!Force && !NoOutput && !OutputAssembly) in optMain()
731 OK = OutputAssembly in optMain()
869 if (OutputAssembly) in optMain()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp98 static cl::opt<bool> OutputAssembly("S", variable
511 OutputAssembly ? sys::fs::OF_TextWithCRLF in main()
527 if (OutputAssembly) { in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp128 static cl::opt<bool> OutputAssembly("S", variable
423 if (OutputAssembly) in main()