Home
last modified time | relevance | path

Searched refs:maxProt (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DOutputSegment.cpp41 static uint32_t maxProt(StringRef name) { in maxProt() function
185 segRef->maxProt = maxProt(name); in getOrCreateOutputSegment()
H A DOutputSegment.h57 uint32_t maxProt = 0; variable
H A DConfig.h78 uint32_t maxProt; member
H A DDriver.cpp1447 uint32_t maxProt = parseProtection(arg->getValue(1)); in link() local
1449 if (maxProt != initProt && config->arch() != AK_i386) in link()
1454 config->segmentProtections.push_back({segName, maxProt, initProt}); in link()
H A DWriter.cpp242 c->maxprot = seg->maxProt; in writeTo()