Searched refs:PrintInstructions (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/polly/include/polly/ |
D | ScopInfo.h | 1591 void print(raw_ostream &OS, bool PrintInstructions) const; 1973 void printStatements(raw_ostream &OS, bool PrintInstructions) const; 2490 void print(raw_ostream &OS, bool PrintInstructions) const;
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Disassembler.h | 422 void PrintInstructions(Debugger &debugger, const ArchSpec &arch,
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopInfo.cpp | 1275 void ScopStmt::print(raw_ostream &OS, bool PrintInstructions) const { in print() 1294 if (PrintInstructions) in print() 2196 void Scop::printStatements(raw_ostream &OS, bool PrintInstructions) const { in printStatements() 2201 Stmt.print(OS, PrintInstructions); in printStatements() 2223 void Scop::print(raw_ostream &OS, bool PrintInstructions) const { in print() 2242 printStatements(OS.indent(4), PrintInstructions); in print()
|
/external/llvm-project/lldb/source/Core/ |
D | Disassembler.cpp | 192 disasm_sp->PrintInstructions(debugger, arch, exe_ctx, in Disassemble() 281 void Disassembler::PrintInstructions(Debugger &debugger, const ArchSpec &arch, in PrintInstructions() function in Disassembler
|