Lines Matching refs:SectionRef
117 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc,
133 void printCodeViewSymbolSection(StringRef SectionName, const SectionRef &Section);
134 void printCodeViewTypeSection(StringRef SectionName, const SectionRef &Section);
143 const SectionRef &Section,
162 void printBinaryBlockWithRelocs(StringRef Label, const SectionRef &Sec,
202 COFFObjectDumpDelegate(COFFDumper &CD, const SectionRef &SR, in COFFObjectDumpDelegate()
240 const SectionRef &SR;
318 const SectionRef &Sec, in printBinaryBlockWithRelocs()
645 for (const SectionRef &S : Obj->sections()) { in cacheRelocations()
1082 for (const SectionRef &S : Obj->sections()) { in printCodeViewDebugInfo()
1089 for (const SectionRef &S : Obj->sections()) { in printCodeViewDebugInfo()
1133 const SectionRef &Section) { in printCodeViewSymbolSection()
1352 const SectionRef &Section, in printCodeViewSymbolsSubsection()
1443 for (const SectionRef &S : Obj->sections()) { in mergeCodeViewTypes()
1482 const SectionRef &Section) { in printCodeViewTypeSection()
1511 for (const SectionRef &Sec : Obj->sections()) { in printSectionHeaders()
1560 for (const SectionRef &Section : Obj->sections()) { in printRelocations()
1582 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation()
1909 for (const SectionRef &Section : Obj->sections()) { in printCOFFDirectives()
1950 for (const SectionRef &S : Obj->sections()) { in printCOFFResources()
2074 SectionRef StackMapSection; in printStackMap()
2088 if (StackMapSection == SectionRef()) in printStackMap()
2105 SectionRef AddrsigSection; in printAddrsig()
2119 if (AddrsigSection == SectionRef()) in printAddrsig()
2143 SectionRef CGProfileSection; in printCGProfile()
2144 for (SectionRef Sec : Obj->sections()) { in printCGProfile()
2152 if (CGProfileSection == SectionRef()) in printCGProfile()