Home | History | Annotate | Download | only in runtime

Lines Matching full:pc_high

1533     uint32_t* PC_high = reinterpret_cast<uint32_t*>(iter->GetPointerToField(DW_AT_high_pc));
1534 if (PC_low != nullptr && PC_high != nullptr) {
1536 *PC_high += text_start;