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.h86 struct SegmentProtection { struct
216 std::vector<SegmentProtection> segmentProtections;
H A DOutputSegment.cpp28 [&](const SegmentProtection &segprot) { return segprot.name == name; }); in initProt()
46 [&](const SegmentProtection &segprot) { return segprot.name == name; }); in maxProt()