Searched defs:ScopedDisasmPrinter (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ | ||
| D | disassembly.cpp | 195 ScopedDisasmPrinter::ScopedDisasmPrinter(Codegen *codegen, const Inst *inst) : disasm_(codegen->Get… in ScopedDisasmPrinter() function in ark::compiler::ScopedDisasmPrinter |
| D | disassembly.h | 138 friend class ScopedDisasmPrinter; variable |