Lines Matching refs:SectionName

119   void printCodeViewSymbolSection(StringRef SectionName, const SectionRef &Section);
120 void printCodeViewTypeSection(StringRef SectionName, const SectionRef &Section);
908 StringRef SectionName; in printCodeViewDebugInfo() local
909 error(S.getName(SectionName)); in printCodeViewDebugInfo()
912 if (SectionName == ".debug$T" || SectionName == ".debug$P") in printCodeViewDebugInfo()
913 printCodeViewTypeSection(SectionName, S); in printCodeViewDebugInfo()
916 StringRef SectionName; in printCodeViewDebugInfo() local
917 error(S.getName(SectionName)); in printCodeViewDebugInfo()
918 if (SectionName == ".debug$S") in printCodeViewDebugInfo()
919 printCodeViewSymbolSection(SectionName, S); in printCodeViewDebugInfo()
952 void COFFDumper::printCodeViewSymbolSection(StringRef SectionName, in printCodeViewSymbolSection() argument
963 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewSymbolSection()
1233 StringRef SectionName; in mergeCodeViewTypes() local
1234 error(S.getName(SectionName)); in mergeCodeViewTypes()
1235 if (SectionName == ".debug$T") { in mergeCodeViewTypes()
1259 void COFFDumper::printCodeViewTypeSection(StringRef SectionName, in printCodeViewTypeSection() argument
1262 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewTypeSection()
1405 StringRef SectionName; in getSectionName() local
1406 if (std::error_code EC = Obj->getSectionName(Section, SectionName)) in getSectionName()
1408 return SectionName; in getSectionName()
1434 StringRef SectionName = ""; in printSymbol() local
1438 SectionName = *Res; in printSymbol()
1442 W.printNumber("Section", SectionName, Symbol.getSectionNumber()); in printSymbol()