Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp550 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize() local
553 if (IsRequired) { in computeTotalAllocSize()
812 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
860 if (IsRequired || ProcessAllSections) { in emitSection()
923 if (!IsRequired) in emitSection()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp182 bool IsRequired = false; member
409 , bool IsRequired);
1088 , bool IsRequired) { in saveSimpleKeyCandidate() argument
1094 SK.IsRequired = IsRequired; in saveSimpleKeyCandidate()
1104 if (i->IsRequired) in removeStaleSimpleKeyCandidates()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp247 bool IsRequired = false) { in collectFromArray() argument
250 if (IsRequired) in collectFromArray()