Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp312 bool IsRequired = isRequiredForExecution(Section); in computeTotalAllocSize() local
493 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp194 bool IsRequired; member
901 , bool IsRequired) { in saveSimpleKeyCandidate()