Home
last modified time | relevance | path

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

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