Home
last modified time | relevance | path

Searched refs:segmentProtections (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDOutputSegment.cpp27 config->segmentProtections, in initProt()
29 if (it != config->segmentProtections.end()) in initProt()
HDConfig.h210 std::vector<SegmentProtection> segmentProtections; member
HDDriver.cpp1850 config->segmentProtections.push_back({segName, maxProt, initProt}); in link()