Searched refs:GetDieRangeForPc (Results 1 – 2 of 2) sorted by relevance
167 …bool GetDieRangeForPc(uintptr_t pc, Dwarf_Die die, Dwarf_Addr *out_low_pc, Dwarf_Addr *out_high_pc…
488 return GetDieRangeForPc(pc, die, &low_pc, &high_pc); in PcMatches()510 bool DebugInfo::GetDieRangeForPc(uintptr_t pc, Dwarf_Die die, Dwarf_Addr *out_low_pc, Dwarf_Addr *o… in GetDieRangeForPc() function in panda::DebugInfo