Searched refs:OutputAssembly (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/llvm-link/ |
D | llvm-link.cpp | 43 OutputAssembly("S", variable 133 if (OutputAssembly) { in main()
|
/external/llvm/tools/opt/ |
D | opt.cpp | 96 OutputAssembly("S", cl::desc("Write output as LLVM assembly")); variable 451 if (!Force && !NoOutput && !AnalyzeOnly && !OutputAssembly) in main() 458 OK = OutputAssembly ? OK_OutputAssembly : OK_OutputBitcode; in main() 647 if (OutputAssembly) { in main()
|
/external/swiftshader/third_party/LLVM/tools/llvm-extract/ |
D | llvm-extract.cpp | 75 OutputAssembly("S", variable 227 if (OutputAssembly) in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | opt.cpp | 100 OutputAssembly("S", cl::desc("Write output as LLVM assembly")); variable 594 if (!Force && !NoOutput && !AnalyzeOnly && !OutputAssembly) in main() 601 OK = OutputAssembly in main() 808 if (OutputAssembly) { in main()
|
/external/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 90 OutputAssembly("S", variable 273 if (OutputAssembly) in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 100 OutputAssembly("S", variable 340 if (OutputAssembly) in main()
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 85 OutputAssembly("S", variable 390 if (OutputAssembly) { in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 90 OutputAssembly("S", cl::desc("Write output as LLVM assembly"), cl::Hidden); variable 399 if (OutputAssembly) { in main()
|
/external/swiftshader/third_party/LLVM/tools/opt/ |
D | opt.cpp | 74 OutputAssembly("S", cl::desc("Write output as LLVM assembly")); variable 535 if (!Force && !NoOutput && !AnalyzeOnly && !OutputAssembly) in main() 696 if (OutputAssembly) in main()
|