Home
last modified time | relevance | path

Searched refs:DumpAsm (Results 1 – 9 of 9) sorted by relevance

/external/llvm/tools/llvm-as/
Dllvm-as.cpp50 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/
Dllvm-as.cpp53 static cl::opt<bool> DumpAsm("d", cl::desc("Print assembly as parsed"), variable
156 if (DumpAsm) { in main()
/external/llvm/tools/llvm-link/
Dllvm-link.cpp92 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/
Dllvm-link.cpp97 DumpAsm("d", cl::desc("Print assembly as linked"), cl::Hidden); variable
459 if (DumpAsm) in main()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.h171 void DumpAsm(llvm::Function* pFunction, const char* fileName);
Dstreamout_jit.cpp349 pJitMgr->DumpAsm(func, "SoFunc_optimized"); in JitStreamoutFunc()
DJitManager.cpp410 void JitManager::DumpAsm(Function* pFunction, const char* fileName) in DumpAsm() function in JitManager
Dfetch_jit.cpp2311 pJitMgr->DumpAsm(const_cast<llvm::Function*>(func), "final"); in JitFetchFunc()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2041 JM()->DumpAsm(pFunction, "asm"); in CompileTES()
2247 JM()->DumpAsm(pFunction, "asm"); in CompileTCS()
2547 JM()->DumpAsm(pFunction, "vs_function_asm"); in CompileVS()