Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp543 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize() local
546 if (IsRequired) { in computeTotalAllocSize()
799 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
850 if (IsRequired || ProcessAllSections) { in emitSection()
901 if (!IsRequired) in emitSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp184 bool IsRequired = false; member
404 , bool IsRequired);
1050 , bool IsRequired) { in saveSimpleKeyCandidate() argument
1056 SK.IsRequired = IsRequired; in saveSimpleKeyCandidate()
1066 if (i->IsRequired) in removeStaleSimpleKeyCandidates()