Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp552 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize() local
555 if (IsRequired) { in computeTotalAllocSize()
809 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
862 if (IsRequired || ProcessAllSections) { in emitSection()
924 if (!IsRequired) in emitSection()
/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLParser.cpp183 bool IsRequired = false; member
406 , bool IsRequired);
1071 , bool IsRequired) { in saveSimpleKeyCandidate() argument
1077 SK.IsRequired = IsRequired; in saveSimpleKeyCandidate()
1087 if (i->IsRequired) in removeStaleSimpleKeyCandidates()