Lines Matching refs:SectionRef
105 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc,
119 void printCodeViewSymbolSection(StringRef SectionName, const SectionRef &Section);
120 void printCodeViewTypeSection(StringRef SectionName, const SectionRef &Section);
130 const SectionRef &Section,
149 void printBinaryBlockWithRelocs(StringRef Label, const SectionRef &Sec,
193 COFFObjectDumpDelegate(COFFDumper &CD, const SectionRef &SR, in COFFObjectDumpDelegate()
231 const SectionRef &SR;
315 const SectionRef &Sec, in printBinaryBlockWithRelocs()
609 for (const SectionRef &S : Obj->sections()) { in cacheRelocations()
907 for (const SectionRef &S : Obj->sections()) { in printCodeViewDebugInfo()
915 for (const SectionRef &S : Obj->sections()) { in printCodeViewDebugInfo()
953 const SectionRef &Section) { in printCodeViewSymbolSection()
1149 const SectionRef &Section, in printCodeViewSymbolsSubsection()
1232 for (const SectionRef &S : Obj->sections()) { in mergeCodeViewTypes()
1260 const SectionRef &Section) { in printCodeViewTypeSection()
1285 for (const SectionRef &Sec : Obj->sections()) { in printSectionHeaders()
1337 for (const SectionRef &Section : Obj->sections()) { in printRelocations()
1360 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation()
1676 for (const SectionRef &Section : Obj->sections()) { in printCOFFDirectives()
1718 for (const SectionRef &S : Obj->sections()) { in printCOFFResources()
1838 object::SectionRef StackMapSection; in printStackMap()
1848 if (StackMapSection == object::SectionRef()) in printStackMap()
1866 object::SectionRef AddrsigSection; in printAddrsig()
1876 if (AddrsigSection == object::SectionRef()) in printAddrsig()