Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.h57 uint32_t initProt = 0; variable
H A DOutputSegment.cpp25 static uint32_t initProt(StringRef name) { in initProt() function
H A DConfig.h88 uint32_t initProt; member
H A DDriver.cpp1844 uint32_t initProt = parseProtection(arg->getValue(2)); in link() local