Home
last modified time | relevance | path

Searched refs:shouldMangleStringLiteral (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h126 virtual bool shouldMangleStringLiteral(const StringLiteral *SL) = 0;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp154 bool shouldMangleStringLiteral(const StringLiteral *SL) override;
573 MicrosoftMangleContextImpl::shouldMangleStringLiteral(const StringLiteral *SL) { in shouldMangleStringLiteral() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp90 bool shouldMangleStringLiteral(const StringLiteral *) override { in shouldMangleStringLiteral() function in __anon01ebe6bc0111::ItaniumMangleContextImpl
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1190 if (getCXXABI().getMangleContext().shouldMangleStringLiteral(s) && in getGlobalForStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6839 if (getCXXABI().getMangleContext().shouldMangleStringLiteral(S) && in GetAddrOfConstantStringFromLiteral()