Lines Matching refs:pc
109 uintptr_t pc = _Unwind_GetIP(context); in ProcessDescriptors() local
110 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd); in ProcessDescriptors()
448 unw_word_t pc; in unwind_phase1() local
449 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1()
453 exception_object, (long long)pc, (long long)frameInfo.start_ip, in unwind_phase1()
615 unw_word_t pc; in unwind_phase2() local
616 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
620 exception_object, (long long)pc, in unwind_phase2()
627 unw_word_t pc; in unwind_phase2() local
628 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
629 exception_object->unwinder_cache.reserved2 = (uint32_t)pc; in unwind_phase2()