Home
last modified time | relevance | path

Searched defs:debug_info (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Doptions_es2panda.py54 def debug_info(self) -> bool: member in Es2PandaOptions
/arkcompiler/runtime_core/assembler/
Demit-item.cpp99 auto *debug_info = method->GetDebugInfo(); in EmitDebugInfo() local
Dassembly-emitter.cpp1171 auto *debug_info = items->CreateItem<DebugInfoItem>(line_number_program); in SetCodeAndDebugInfo() local
1278 auto *debug_info = method->GetDebugInfo(); in EmitDebugInfo() local
1457 PandaFileToPandaAsmMaps *maps, bool debug_info, in Emit()
1475 PandaFileToPandaAsmMaps *maps, bool debug_info, in Emit()
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/suites/
Dtest_lists.py185 def debug_info(self) -> bool: member in TestLists
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dinstruction.rb38 attr_accessor :type, :annotation, :debug_info accessor in IRInstruction
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Dcompiler.py60 debug_info: bool = True variable in CompilerArguments
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.cpp47 DebugInfo debug_info; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h901 void SetDebugInfo(DebugInfoItem *debug_info) in SetDebugInfo()