Home
last modified time | relevance | path

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

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