Searched refs:PC_high (Results 1 – 1 of 1) sorted by relevance
1562 uint32_t* PC_high = reinterpret_cast<uint32_t*>(iter->GetPointerToField(DW_AT_high_pc)); in FixupDebugInfo() local1563 if (PC_low != nullptr && PC_high != nullptr) { in FixupDebugInfo()1565 *PC_high += text_start; in FixupDebugInfo()