Searched refs:FindRangeForPc (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/runtime_core/libpandabase/os/ |
D | debug_info.h | 168 …bool FindRangeForPc(uintptr_t pc, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr base_addr, Dwarf_Ad…
|
D | debug_info.cpp | 535 … return FindRangeForPc(pc, Span<Dwarf_Ranges>(ranges, count), base_addr, out_low_pc, out_high_pc); in GetDieRangeForPc() 541 bool DebugInfo::FindRangeForPc(uintptr_t pc, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr base_addr, in FindRangeForPc() function in panda::DebugInfo
|