Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DDriver.cpp934 static uint32_t parseProtection(StringRef protStr) { in parseProtection() function
1772 uint32_t maxProt = parseProtection(arg->getValue(1)); in link()
1773 uint32_t initProt = parseProtection(arg->getValue(2)); in link()