Home
last modified time | relevance | path

Searched refs:is_debug_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/abc2program/
H A Dprogram_dump.h28 PandasmProgramDumper(bool is_normalized, bool is_debug) : is_normalized_(is_normalized), is_debug_(is_debug) {} in PandasmProgramDumper()
91 bool is_debug_ = false; member in panda::abc2program::PandasmProgramDumper
H A Dprogram_dump.cpp98 if (is_normalized_ && is_debug_ && it.first == SLOT_NUMBER_RECORD_NAME) { in DumpRecordTable()
246 if (!is_normalized_ || !is_debug_) { in DumpFunction()

Completed in 4 milliseconds