Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp109 OutputAssembly("S", cl::desc("Write output as LLVM assembly")); variable
657 OutputAssembly ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None; in main()
700 if (!Force && !NoOutput && !OutputAssembly) in main()
769 OK = OutputAssembly in main()
966 if (OutputAssembly) { in main()
/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp98 static cl::opt<bool> OutputAssembly("S", variable
493 OutputAssembly ? sys::fs::OF_TextWithCRLF in main()
508 if (OutputAssembly) { in main()
/llvm-project-15.0.7/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp119 static cl::opt<bool> OutputAssembly("S", variable
375 if (OutputAssembly) in main()