Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DAArch64.h130 const char *getBFloat16Mangling() const override { return "u6__bf16"; }; in getBFloat16Mangling() function
DARM.h190 const char *getBFloat16Mangling() const override { return "u6__bf16"; }; in getBFloat16Mangling() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h668 virtual const char *getBFloat16Mangling() const { in getBFloat16Mangling() function
/external/llvm-project/clang/lib/AST/
DItaniumMangle.cpp2776 Out << TI->getBFloat16Mangling(); in mangleType()