Searched refs:PrintInstructions (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 1584 void print(raw_ostream &OS, bool PrintInstructions) const; 1940 void printStatements(raw_ostream &OS, bool PrintInstructions) const; 2474 void print(raw_ostream &OS, bool PrintInstructions) const;
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 449 void PrintInstructions(Debugger &debugger, const ArchSpec &arch,
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopInfo.cpp | 1241 void ScopStmt::print(raw_ostream &OS, bool PrintInstructions) const { in print() 1260 if (PrintInstructions) in print() 2111 void Scop::printStatements(raw_ostream &OS, bool PrintInstructions) const { in printStatements() 2116 Stmt.print(OS, PrintInstructions); in printStatements() 2138 void Scop::print(raw_ostream &OS, bool PrintInstructions) const { in print() 2157 printStatements(OS.indent(4), PrintInstructions); in print()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Disassembler.cpp | 189 disasm_sp->PrintInstructions(debugger, arch, exe_ctx, in Disassemble() 278 void Disassembler::PrintInstructions(Debugger &debugger, const ArchSpec &arch, in PrintInstructions() function in Disassembler
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryFunction.h | 1596 void dump(bool PrintInstructions = true) const; 1600 bool PrintInstructions = true) const;
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryFunction.cpp | 397 void BinaryFunction::dump(bool PrintInstructions) const { in dump() 398 print(dbgs(), "", PrintInstructions); in dump() 402 bool PrintInstructions) const { in print() 481 if (opts::PrintDynoStatsOnly || !PrintInstructions || !BC.InstPrinter) in print()
|