Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDPPC.h368 const char *getIbm128Mangling() const override { return "g"; } in getIbm128Mangling() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h810 virtual const char *getIbm128Mangling() const { in getIbm128Mangling() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDItaniumMangle.cpp3325 Out << TI->getIbm128Mangling(); in mangleType()