Searched refs:DumpAsm (Results 1 – 9 of 9) sorted by relevance
/external/llvm/tools/llvm-as/ |
D | llvm-as.cpp | 50 static cl::opt<bool> DumpAsm("d", cl::desc("Print assembly as parsed"), variable 117 if (DumpAsm) in main()
|
/external/llvm-project/llvm/tools/llvm-as/ |
D | llvm-as.cpp | 53 static cl::opt<bool> DumpAsm("d", cl::desc("Print assembly as parsed"), variable 156 if (DumpAsm) { in main()
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 92 DumpAsm("d", cl::desc("Print assembly as linked"), cl::Hidden); variable 375 if (DumpAsm) errs() << "Here's the assembly:\n" << *Composite; in main()
|
/external/llvm-project/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 97 DumpAsm("d", cl::desc("Print assembly as linked"), cl::Hidden); variable 459 if (DumpAsm) in main()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.h | 171 void DumpAsm(llvm::Function* pFunction, const char* fileName);
|
D | streamout_jit.cpp | 349 pJitMgr->DumpAsm(func, "SoFunc_optimized"); in JitStreamoutFunc()
|
D | JitManager.cpp | 410 void JitManager::DumpAsm(Function* pFunction, const char* fileName) in DumpAsm() function in JitManager
|
D | fetch_jit.cpp | 2311 pJitMgr->DumpAsm(const_cast<llvm::Function*>(func), "final"); in JitFetchFunc()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 2041 JM()->DumpAsm(pFunction, "asm"); in CompileTES() 2247 JM()->DumpAsm(pFunction, "asm"); in CompileTCS() 2547 JM()->DumpAsm(pFunction, "vs_function_asm"); in CompileVS()
|