Home
last modified time | relevance | path

Searched refs:getFloat128Mangling (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DPPC.h353 const char *getFloat128Mangling() const override { return "u9__ieee128"; } in getFloat128Mangling() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h727 virtual const char *getFloat128Mangling() const { return "g"; } in getFloat128Mangling() function
/llvm-project-15.0.7/clang/lib/AST/
H A DItaniumMangle.cpp3053 Out << TI->getFloat128Mangling(); in mangleType()