Home
last modified time | relevance | path

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

/external/llvm/tools/opt/
Dopt.cpp96 OutputAssembly("S", cl::desc("Write output as LLVM assembly")); variable
412 if (!Force && !NoOutput && !AnalyzeOnly && !OutputAssembly) in main()
419 OK = OutputAssembly ? OK_OutputAssembly : OK_OutputBitcode; in main()
608 if (OutputAssembly) in main()
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp90 OutputAssembly("S", variable
273 if (OutputAssembly) in main()
/external/llvm/tools/llvm-link/
Dllvm-link.cpp79 OutputAssembly("S", variable
349 if (OutputAssembly) { in main()