Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp550 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize() local
809 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DYAMLParser.cpp182 bool IsRequired = false; member
1071 , bool IsRequired) { in saveSimpleKeyCandidate()