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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp533 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; local
536 if (IsRequired) {
781 bool IsRequired = isRequiredForExecution(Section); local
832 if (IsRequired || ProcessAllSections) {
883 if (!IsRequired)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp184 bool IsRequired = false; member in struct:__anon2010::SimpleKey
411 , bool IsRequired);
979 , bool IsRequired) {
985 SK.IsRequired = IsRequired;
995 if (i->IsRequired)
977 saveSimpleKeyCandidate( TokenQueueT::iterator Tok , unsigned AtColumn , bool IsRequired) argument

Completed in 115 milliseconds