Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp25 static uint32_t initProt(StringRef name) { in initProt() function
30 return it->initProt; in initProt()
44 return initProt(name); in maxProt()
195 segRef->initProt = initProt(name); in getOrCreateOutputSegment()
H A DOutputSegment.h57 uint32_t initProt = 0; variable
H A DConfig.h88 uint32_t initProt; member
H A DDriver.cpp1773 uint32_t initProt = parseProtection(arg->getValue(2)); in link() local
1774 if (maxProt != initProt && config->arch() != AK_i386) in link()
1779 config->segmentProtections.push_back({segName, maxProt, initProt}); in link()
H A DWriter.cpp243 c->initprot = seg->initProt; in writeTo()