Home
last modified time | relevance | path

Searched refs:OffsetField (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DRegisterEHFrames.cpp99 const char *OffsetField = CurCFIRecord + (Size == 0xffffffff ? 12 : 4); in walkAppleEHFrameSection() local
104 uint32_t Offset = *reinterpret_cast<const uint32_t *>(OffsetField); in walkAppleEHFrameSection()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp76 const char *OffsetField = CurCFIRecord + (Size == 0xffffffff ? 12 : 4); in walkEHFrameSection() local
81 uint32_t Offset = *reinterpret_cast<const uint32_t *>(OffsetField); in walkEHFrameSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2612 SDValue OffsetField = CurDAG->getTargetConstant(ImmOffset, SL, MVT::i32); in SelectDS_GWS() local
2618 Ops.push_back(OffsetField); in SelectDS_GWS()