Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp1916 llvm::Triple::ObjectFormatType CurObjFormat = in CheckBuiltinTargetNotInUnsupported() local
1918 if (llvm::is_contained(UnsupportedObjectFormatTypes, CurObjFormat)) { in CheckBuiltinTargetNotInUnsupported()