Home
last modified time | relevance | path

Searched refs:SegmentProtection (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DConfig.h75 struct SegmentProtection { struct
166 std::vector<SegmentProtection> segmentProtections;
H A DOutputSegment.cpp28 [&](const SegmentProtection &segprot) { return segprot.name == name; }); in initProt()