Searched refs:OffsetField (Results 1 – 3 of 3) sorted by relevance
99 const char *OffsetField = CurCFIRecord + (Size == 0xffffffff ? 12 : 4); in walkAppleEHFrameSection() local104 uint32_t Offset = *reinterpret_cast<const uint32_t *>(OffsetField); in walkAppleEHFrameSection()
76 const char *OffsetField = CurCFIRecord + (Size == 0xffffffff ? 12 : 4); in walkEHFrameSection() local81 uint32_t Offset = *reinterpret_cast<const uint32_t *>(OffsetField); in walkEHFrameSection()
2612 SDValue OffsetField = CurDAG->getTargetConstant(ImmOffset, SL, MVT::i32); in SelectDS_GWS() local2618 Ops.push_back(OffsetField); in SelectDS_GWS()