Lines Matching defs:Name
44 Argument::Argument(Type *Ty, const Twine &Name, Function *Par)
50 setName(Name);
240 Function::Function(FunctionType *Ty, LinkageTypes Linkage, const Twine &name,
243 Linkage, name),
357 // Maintain the GC name for each function in an on-the-side table. This saves
450 const char *Name = ValName->getKeyData();
459 /// Returns a stable mangling for the type specified for use in the name
461 /// of named types is simply their name. Manglings for unnamed types consist
850 // There can never be multiple globals with the same name of different types,