Home
last modified time | relevance | path

Searched defs:getBFloat16Mangling (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAArch64.h140 const char *getBFloat16Mangling() const override { return "u6__bf16"; }; in getBFloat16Mangling() function
H A DARM.h192 const char *getBFloat16Mangling() const override { return "u6__bf16"; }; in getBFloat16Mangling() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h685 virtual const char *getBFloat16Mangling() const { in getBFloat16Mangling() function