Home
last modified time | relevance | path

Searched defs:getBFloat16Mangling (Results 1 – 3 of 3) 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