Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp515 constexpr static uint32_t DWARFSectionOffsetMask = 0x00ffffff; member
H A DMachO_arm64.cpp640 constexpr static uint32_t DWARFSectionOffsetMask = 0x00ffffff; member
H A DCompactUnwindSupport.h67 static_cast<uint32_t>(Delta) & CRTPImpl::DWARFSectionOffsetMask; in encodeDWARFOffset()