Lines Matching defs:Name
98 SmallString<128> Name; in getTTypeGlobalReference() local
121 getELFKindForNamedSection(StringRef Name, SectionKind K) { in getELFKindForNamedSection()
157 static unsigned getELFSectionType(StringRef Name, SectionKind K) { in getELFSectionType()
254 SmallString<128> Name(Prefix, Prefix+strlen(Prefix)); in SelectSectionForGlobal() local
290 std::string Name = SizeSpec + utostr(Align); in SelectSectionForGlobal() local
354 std::string Name = std::string(".init_array.") + utostr(Priority); in getStaticCtorSection() local
359 std::string Name = std::string(".ctors.") + utostr(65535 - Priority); in getStaticCtorSection() local
374 std::string Name = std::string(".fini_array.") + utostr(Priority); in getStaticDtorSection() local
379 std::string Name = std::string(".dtors.") + utostr(65535 - Priority); in getStaticDtorSection() local
634 SmallString<128> Name; in getTTypeGlobalReference() local
665 SmallString<128> Name; in getCFIPersonalitySymbol() local
725 SmallString<128> Name(GV->getSection().c_str()); in getExplicitSectionGlobal() local
762 SmallString<128> Name(Prefix, Prefix+strlen(Prefix)); in SelectSectionForGlobal() local