Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2038 ArrayRef<llvm::Triple::ObjectFormatType> UnsupportedObjectFormatTypes) { in CheckBuiltinTargetNotInUnsupported() argument
2041 if (llvm::is_contained(UnsupportedObjectFormatTypes, CurObjFormat)) { in CheckBuiltinTargetNotInUnsupported()