Searched refs:debug_info (Results 1 – 7 of 7) sorted by relevance
/ark/runtime_core/libpandabase/os/ |
D | stacktrace.cpp | 47 DebugInfo debug_info; // NOLINT(misc-non-private-member-variables-in-classes) member 127 …if (ReadDebugInfo(vma) && vma->debug_info.GetSrcLocation(pc_offset, &function, &src_file, &line)) { in PrintFrame() 215 …if (!vma->filename.empty() && vma->debug_info.ReadFromFile(vma->filename.c_str()) == DebugInfo::SU… in ReadDebugInfo()
|
/ark/runtime_core/assembler/ |
D | assembly-emitter.cpp | 1240 auto *debug_info = items->CreateItem<DebugInfoItem>(line_number_program); in SetCodeAndDebugInfo() local 1245 debug_info->AddParameter(items->GetOrCreateStringItem(v.name)); in SetCodeAndDebugInfo() 1251 debug_info->AddParameter(nullptr); in SetCodeAndDebugInfo() 1254 method->SetDebugInfo(debug_info); in SetCodeAndDebugInfo() 1361 auto *debug_info = method->GetDebugInfo(); in EmitDebugInfo() local 1362 if (debug_info == nullptr) { in EmitDebugInfo() 1366 auto *line_number_program = debug_info->GetLineNumberProgram(); in EmitDebugInfo() 1367 auto *constant_pool = debug_info->GetConstantPool(); in EmitDebugInfo() 1386 func.BuildLineNumberProgram(debug_info, *bytes, items, constant_pool, emit_debug_info); in EmitDebugInfo() 1480 PandaFileToPandaAsmMaps *maps, bool debug_info) in Emit() argument [all …]
|
D | assembly-emitter.h | 56 PandaFileToPandaAsmMaps *maps = nullptr, bool debug_info = true); 59 PandaFileToPandaAsmMaps *maps = nullptr, bool debug_info = true);
|
/ark/runtime_core/ldscripts/ |
D | panda_test_asan.ld | 339 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
/ark/runtime_core/libpandabase/ |
D | CMakeLists.txt | 112 ${PANDA_ROOT}/libpandabase/os/debug_info.cpp
|
/ark/runtime_core/libpandafile/ |
D | file_items.h | 752 void SetDebugInfo(DebugInfoItem *debug_info) in SetDebugInfo() argument 754 debug_info_ = debug_info; in SetDebugInfo()
|
/ark/runtime_core/docs/ |
D | file_format.md | 950 | `line` | `line_start` from [DebugInfo](#debug_info). | Unsigned integer which corre… 954 | `constant_pool_ptr` | Address of the `constant_pool`'s first byte from [DebugInfo](#debug_info).…
|