Lines Matching refs:SectionRef
85 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc,
94 void printCodeViewSymbolSection(StringRef SectionName, const SectionRef &Section);
95 void printCodeViewTypeSection(StringRef SectionName, const SectionRef &Section);
105 const SectionRef &Section,
116 void printBinaryBlockWithRelocs(StringRef Label, const SectionRef &Sec,
149 COFFObjectDumpDelegate(COFFDumper &CD, const SectionRef &SR, in COFFObjectDumpDelegate()
180 const SectionRef &SR;
264 const SectionRef &Sec, in printBinaryBlockWithRelocs()
534 for (const SectionRef &S : Obj->sections()) { in cacheRelocations()
699 for (const SectionRef &S : Obj->sections()) { in printCodeViewDebugInfo()
705 for (const SectionRef &S : Obj->sections()) { in printCodeViewDebugInfo()
741 const SectionRef &Section) { in printCodeViewSymbolSection()
948 const SectionRef &Section, in printCodeViewSymbolsSubsection()
1052 for (const SectionRef &S : Obj->sections()) { in mergeCodeViewTypes()
1080 const SectionRef &Section) { in printCodeViewTypeSection()
1104 for (const SectionRef &Sec : Obj->sections()) { in printSections()
1156 for (const SectionRef &Section : Obj->sections()) { in printRelocations()
1179 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation()
1464 for (const SectionRef &Section : Obj->sections()) { in printCOFFDirectives()
1505 object::SectionRef StackMapSection; in printStackMap()
1515 if (StackMapSection == object::SectionRef()) in printStackMap()