Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/opt/
H A Dopt.cpp100 OutputAssembly("S", cl::desc("Write output as LLVM assembly")); variable
599 if (!Force && !NoOutput && !AnalyzeOnly && !OutputAssembly) in main()
609 OK = OutputAssembly in main()
816 if (OutputAssembly) { in main()
/freebsd-12.1/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp100 OutputAssembly("S", variable
340 if (OutputAssembly) in main()
/freebsd-12.1/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp90 OutputAssembly("S", cl::desc("Write output as LLVM assembly"), cl::Hidden); variable
399 if (OutputAssembly) { in main()