Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp27 config->segmentProtections, in initProt()
29 if (it != config->segmentProtections.end()) in initProt()
H A DConfig.h207 std::vector<SegmentProtection> segmentProtections; member
H A DDriver.cpp1779 config->segmentProtections.push_back({segName, maxProt, initProt}); in link()