Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DConfig.h82 struct SegmentProtection { struct
202 std::vector<SegmentProtection> segmentProtections;
H A DOutputSegment.cpp28 [&](const SegmentProtection &segprot) { return segprot.name == name; }); in initProt()