Home
last modified time | relevance | path

Searched defs:getFloat128Mangling (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.h354 const char *getFloat128Mangling() const override { return "u9__ieee128"; } getFloat128Mangling() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h780 virtual const char *getFloat128Mangling() const { return "g"; } getFloat128Mangling() function