Home
last modified time | relevance | path

Searched refs:line_pc (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.cpp430 Dwarf_Addr line_pc = 0; in GetSrcFileAndLine() local
431 dwarf_lineaddr(line, &line_pc, nullptr); in GetSrcFileAndLine()
432 if (pc == line_pc) { in GetSrcFileAndLine()
435 } else if (prev_line != nullptr && prev_line_pc < pc && pc < line_pc) { in GetSrcFileAndLine()
444 prev_line_pc = line_pc; in GetSrcFileAndLine()
455 Dwarf_Addr line_pc = 0; in GetLastLineWithPc() local
458 dwarf_lineaddr(*next, &line_pc, nullptr); in GetLastLineWithPc()
459 if (pc != line_pc) { in GetLastLineWithPc()