Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h42 static const auto &getABIMap() { in getABIMap() function
59 static Kind getKind(StringRef Name) { return getABIMap().lookup(Name); } in getKind()
63 static bool isABI(StringRef Name) { return getABIMap().contains(Name); } in isABI()