Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:NameAndAttributes

231       std::string NameAndAttributes;
234 NameAndAttributes += '\0';
235 NameAndAttributes += TypeStr.length() + 3;
236 NameAndAttributes += TypeStr;
237 NameAndAttributes += '\0';
238 NameAndAttributes += PD->getNameAsString();
239 NameAndAttributes += '\0';
241 CGM.GetAddrOfConstantString(NameAndAttributes), Zeros);