Home
last modified time | relevance | path

Searched defs:maxProt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.h56 uint32_t maxProt = 0; variable
H A DOutputSegment.cpp41 static uint32_t maxProt(StringRef name) { in maxProt() function
H A DConfig.h87 uint32_t maxProt; member
H A DDriver.cpp1843 uint32_t maxProt = parseProtection(arg->getValue(1)); in link() local