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

/freebsd-current/contrib/llvm-project/lld/MachO/
H A DOutputSegment.h56 uint32_t maxProt = 0; member in class:lld::macho::OutputSegment
H A DOutputSegment.cpp41 static uint32_t maxProt(StringRef name) { function
43 "TODO: i386 has different maxProt requirements");
194 segRef->maxProt = maxProt(name);
H A DConfig.h87 uint32_t maxProt; member in struct:lld::macho::SegmentProtection
H A DDriver.cpp1772 uint32_t maxProt = parseProtection(arg->getValue(1)); local
1774 if (maxProt != initProt && config->arch() != AK_i386)
1779 config->segmentProtections.push_back({segName, maxProt, initProt});
H A DWriter.cpp242 c->maxprot = seg->maxProt;

Completed in 73 milliseconds