Lines Matching refs:SectionRef
113 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc,
129 void printCodeViewSymbolSection(StringRef SectionName, const SectionRef &Section);
130 void printCodeViewTypeSection(StringRef SectionName, const SectionRef &Section);
139 const SectionRef &Section,
158 void printBinaryBlockWithRelocs(StringRef Label, const SectionRef &Sec,
199 COFFObjectDumpDelegate(COFFDumper &CD, const SectionRef &SR, in COFFObjectDumpDelegate()
237 const SectionRef &SR;
315 const SectionRef &Sec, in printBinaryBlockWithRelocs()
593 for (const SectionRef &S : Obj->sections()) { in cacheRelocations()
916 for (const SectionRef &S : Obj->sections()) { in printCodeViewDebugInfo()
923 for (const SectionRef &S : Obj->sections()) { in printCodeViewDebugInfo()
967 const SectionRef &Section) { in printCodeViewSymbolSection()
1185 const SectionRef &Section, in printCodeViewSymbolsSubsection()
1276 for (const SectionRef &S : Obj->sections()) { in mergeCodeViewTypes()
1315 const SectionRef &Section) { in printCodeViewTypeSection()
1344 for (const SectionRef &Sec : Obj->sections()) { in printSectionHeaders()
1393 for (const SectionRef &Section : Obj->sections()) { in printRelocations()
1415 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation()
1730 for (const SectionRef &Section : Obj->sections()) { in printCOFFDirectives()
1771 for (const SectionRef &S : Obj->sections()) { in printCOFFResources()
1895 SectionRef StackMapSection; in printStackMap()
1909 if (StackMapSection == SectionRef()) in printStackMap()
1926 SectionRef AddrsigSection; in printAddrsig()
1940 if (AddrsigSection == SectionRef()) in printAddrsig()
1964 SectionRef CGProfileSection; in printCGProfile()
1965 for (SectionRef Sec : Obj->sections()) { in printCGProfile()
1973 if (CGProfileSection == SectionRef()) in printCGProfile()