Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DRegisterEHFrames.cpp98 const char *OffsetField = CurCFIRecord + (Size == 0xffffffff ? 12 : 4); in walkLibunwindEHFrameSection() local
103 uint32_t Offset = *reinterpret_cast<const uint32_t *>(OffsetField); in walkLibunwindEHFrameSection()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp1003 const char *OffsetField = CurCFIRecord + (Size == 0xffffffff ? 12 : 4); in dlopenInitialize()
1008 uint32_t Offset = *reinterpret_cast<const uint32_t *>(OffsetField); in dlopenInitialize()
802 const char *OffsetField = CurCFIRecord + (Size == 0xffffffff ? 12 : 4); walkEHFrameSection() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2658 SDValue OffsetField = CurDAG->getTargetConstant(ImmOffset, SL, MVT::i32); in SelectDS_GWS() local
2664 Ops.push_back(OffsetField); in SelectDS_GWS()