Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/irtoc/lang/
Dinstruction.rb38 attr_accessor :type, :annotation, :debug_info accessor in IRInstruction
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.cpp47 DebugInfo debug_info; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1162 auto *debug_info = items->CreateItem<DebugInfoItem>(line_number_program); in SetCodeAndDebugInfo() local
1267 auto *debug_info = method->GetDebugInfo(); in EmitDebugInfo() local
1513 PandaFileToPandaAsmMaps *maps, bool debug_info, in Emit()
1531 PandaFileToPandaAsmMaps *maps, bool debug_info, in Emit()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h901 void SetDebugInfo(DebugInfoItem *debug_info) in SetDebugInfo()