Lines Matching refs:SectionRef

116   void printRelocation(const SectionRef &Section, const RelocationRef &Reloc,
132 void printCodeViewSymbolSection(StringRef SectionName, const SectionRef &Section);
133 void printCodeViewTypeSection(StringRef SectionName, const SectionRef &Section);
142 const SectionRef &Section,
161 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()
596 for (const SectionRef &S : Obj->sections()) { in cacheRelocations()
938 for (const SectionRef &S : Obj->sections()) { in printCodeViewDebugInfo()
945 for (const SectionRef &S : Obj->sections()) { in printCodeViewDebugInfo()
989 const SectionRef &Section) { in printCodeViewSymbolSection()
1207 const SectionRef &Section, in printCodeViewSymbolsSubsection()
1298 for (const SectionRef &S : Obj->sections()) { in mergeCodeViewTypes()
1337 const SectionRef &Section) { in printCodeViewTypeSection()
1366 for (const SectionRef &Sec : Obj->sections()) { in printSectionHeaders()
1415 for (const SectionRef &Section : Obj->sections()) { in printRelocations()
1437 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation()
1752 for (const SectionRef &Section : Obj->sections()) { in printCOFFDirectives()
1793 for (const SectionRef &S : Obj->sections()) { in printCOFFResources()
1917 SectionRef StackMapSection; in printStackMap()
1931 if (StackMapSection == SectionRef()) in printStackMap()
1948 SectionRef AddrsigSection; in printAddrsig()
1962 if (AddrsigSection == SectionRef()) in printAddrsig()
1986 SectionRef CGProfileSection; in printCGProfile()
1987 for (SectionRef Sec : Obj->sections()) { in printCGProfile()
1995 if (CGProfileSection == SectionRef()) in printCGProfile()