Home
last modified time | relevance | path

Searched refs:mangleSubstitution (Results 1 – 2 of 2) sorted by relevance

/external/spirv-llvm/lib/SPIRV/Mangler/
DMangler.cpp55 bool mangleSubstitution(const ParamType* type, std::string typeStr) { in mangleSubstitution() function in SPIR::MangleVisitor
102 if (!mangleSubstitution(p, "P" + qualStr)) { in visit()
125 if (!mangleSubstitution(v, typeStr.str())) in visit()
/external/clang/lib/AST/
DItaniumMangle.cpp444 bool mangleSubstitution(const NamedDecl *ND);
445 bool mangleSubstitution(QualType T);
446 bool mangleSubstitution(TemplateName Template);
447 bool mangleSubstitution(uintptr_t Ptr);
905 if (mangleSubstitution(ND)) in mangleUnscopedTemplateName()
929 if (mangleSubstitution(Template)) in mangleUnscopedTemplateName()
1029 if (!mangleSubstitution(QualType(TST, 0))) { in manglePrefix()
1040 if (!mangleSubstitution(QualType(DTST, 0))) { in manglePrefix()
1664 if (mangleSubstitution(ND)) in manglePrefix()
1712 if (mangleSubstitution(ND)) in mangleTemplatePrefix()
[all …]