Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.h227 const char *getBFloat16Mangling() const override { return "u6__bf16"; }; in getBFloat16Mangling() function
H A DAArch64.h199 const char *getBFloat16Mangling() const override { return "u6__bf16"; }; in getBFloat16Mangling() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h815 virtual const char *getBFloat16Mangling() const { return "DF16b"; } in getBFloat16Mangling() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp3320 Out << TI->getBFloat16Mangling(); in mangleType()