Searched defs:DumpAsm (Results 1 – 5 of 5) sorted by relevance
50 static cl::opt<bool> DumpAsm("d", cl::desc("Print assembly as parsed"), variable
53 static cl::opt<bool> DumpAsm("d", cl::desc("Print assembly as parsed"), variable
92 DumpAsm("d", cl::desc("Print assembly as linked"), cl::Hidden); variable
97 DumpAsm("d", cl::desc("Print assembly as linked"), cl::Hidden); variable
410 void JitManager::DumpAsm(Function* pFunction, const char* fileName) in DumpAsm() function in JitManager