Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp41 static uint32_t maxProt(StringRef name) { in maxProt() function
194 segRef->maxProt = maxProt(name); in getOrCreateOutputSegment()
H A DOutputSegment.h56 uint32_t maxProt = 0; variable
H A DConfig.h87 uint32_t maxProt; member
H A DDriver.cpp1843 uint32_t maxProt = parseProtection(arg->getValue(1)); in link() local
1845 if (maxProt != initProt && config->arch() != AK_i386) in link()
1850 config->segmentProtections.push_back({segName, maxProt, initProt}); in link()
H A DWriter.cpp241 c->maxprot = seg->maxProt; in writeTo()