Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DOutputSegment.h57 uint32_t maxProt = 0; variable
H A DOutputSegment.cpp41 static uint32_t maxProt(StringRef name) { in maxProt() function
H A DConfig.h78 uint32_t maxProt; member
H A DDriver.cpp1447 uint32_t maxProt = parseProtection(arg->getValue(1)); in link() local