Home
last modified time | relevance | path

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

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