Lines Matching defs:pc
1133 DWARFExpression::GetLocation (addr_t base_addr, addr_t pc, lldb::offset_t &offset, lldb::offset_t &length)
1142 if (base_addr != LLDB_INVALID_ADDRESS && pc != LLDB_INVALID_ADDRESS)
1162 if (length > 0 && lo_pc <= pc && pc < hi_pc)
1227 addr_t pc;
1230 pc = reg_ctx->GetPC();
1239 pc = reg_ctx_sp->GetPC();
1244 if (pc == LLDB_INVALID_ADDRESS)
1247 error_ptr->SetErrorString("Invalid PC in frame.");
1269 if (length > 0 && lo_pc <= pc && pc < hi_pc)