Searched refs:SecName (Results 1 – 3 of 3) sorted by relevance
70 StringRef SecName; SI->getName(SecName); in buildSectionAtoms() local74 Text->setName(SecName); in buildSectionAtoms()88 Data->setName(SecName); in buildSectionAtoms()
1347 StringRef SecName(Section.getSectionName()); in WriteSection() local1348 if (SecName == ".ARM.exidx") { in WriteSection()1354 } else if (SecName.startswith(".ARM.exidx")) { in WriteSection()1356 Asm.getContext().getELFSection(SecName.substr(sizeof(".ARM.exidx") - 1), in WriteSection()
103 bool addName(StringRef SecName, unsigned i) { in addName() argument104 StringMapEntry<int> &Entry = Map.GetOrCreateValue(SecName, -1); in addName()111 bool lookupSection(StringRef SecName, unsigned &Idx) const { in lookupSection() argument112 StringMap<int>::const_iterator I = Map.find(SecName); in lookupSection()