Searched refs:from_pc (Results 1 – 1 of 1) sorted by relevance
692 for (auto from_pc : refs) { in ControlTransfers() local693 auto pcdiff = static_cast<pcdiff_t>(target - from_pc); in ControlTransfers()694 size_t offset = static_cast<size_t>(from_pc - start); in ControlTransfers()701 const byte* from_pc) { in ControlTransfers()705 auto pcdiff = static_cast<pcdiff_t>(target - from_pc); in ControlTransfers()706 size_t offset = static_cast<size_t>(from_pc - start); in ControlTransfers()709 refs.push_back(from_pc); in ControlTransfers()721 const byte* from_pc) { in ControlTransfers()722 end_label->Ref(map, start, from_pc); in ControlTransfers()