Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
64 return getABIMap().find(Name) != getABIMap().end(); in isABI()