Home
last modified time | relevance | path

Searched defs:ScopedDisasmPrinter (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Ddisassembly.cpp195 ScopedDisasmPrinter::ScopedDisasmPrinter(Codegen *codegen, const Inst *inst) : disasm_(codegen->Get… in ScopedDisasmPrinter() function in ark::compiler::ScopedDisasmPrinter
205 ScopedDisasmPrinter::ScopedDisasmPrinter(Codegen *codegen, const std::string &msg) : disasm_(codege… in ScopedDisasmPrinter() function in ark::compiler::ScopedDisasmPrinter
Ddisassembly.h138 friend class ScopedDisasmPrinter; variable