Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h87 static bool isSupportedCXXABI(const llvm::Triple &T, Kind Kind) { in isSupportedCXXABI() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4348 if (!TargetCXXABI::isSupportedCXXABI(T, Kind)) in ParseLangArgs()