Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp485 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize() local
488 if (IsRequired) { in computeTotalAllocSize()
722 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
766 if (IsRequired || ProcessAllSections) { in emitSection()
817 if (!IsRequired) in emitSection()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp185 bool IsRequired; member
412 , bool IsRequired);
975 , bool IsRequired) { in saveSimpleKeyCandidate() argument
981 SK.IsRequired = IsRequired; in saveSimpleKeyCandidate()
991 if (i->IsRequired) in removeStaleSimpleKeyCandidates()