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.cpp111 static cl::opt<bool> OutputAssembly("S", variable
618 OutputAssembly ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None; in optMain()
664 if (!Force && !NoOutput && !OutputAssembly) in optMain()
726 OK = OutputAssembly in optMain()
862 if (OutputAssembly) in optMain()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp98 static cl::opt<bool> OutputAssembly("S", variable
533 OutputAssembly ? sys::fs::OF_TextWithCRLF in main()
553 if (OutputAssembly) { in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp125 static cl::opt<bool> OutputAssembly("S", variable
420 if (OutputAssembly) in main()