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

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

Completed in 119 milliseconds