Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp110 OutputAssembly("S", cl::desc("Write output as LLVM assembly")); variable
618 OutputAssembly ? sys::fs::OF_TextWithCRLF : sys::fs::OF_None; in main()
664 if (!Force && !NoOutput && !OutputAssembly) in main()
726 OK = OutputAssembly in main()
863 if (OutputAssembly) in main()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp98 static cl::opt<bool> OutputAssembly("S", variable
500 OutputAssembly ? sys::fs::OF_TextWithCRLF in main()
515 if (OutputAssembly) { in main()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp125 static cl::opt<bool> OutputAssembly("S", variable
420 if (OutputAssembly) in main()