Home
last modified time | relevance | path

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

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