Home
last modified time | relevance | path

Searched defs: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
799 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp184 bool IsRequired = false; member
1050 , bool IsRequired) { in saveSimpleKeyCandidate()