Lines Matching refs:COFFSection
62 class COFFSection;
74 COFFSection *Section;
101 class COFFSection { class
111 COFFSection(StringRef name);
117 typedef std::vector<std::unique_ptr<COFFSection>> sections;
120 typedef DenseMap<MCSection const *, COFFSection *> section_map;
151 COFFSection *createSection(StringRef Name);
163 void SetSectionName(COFFSection &S);
165 bool IsPhysicalSection(COFFSection *S);
221 COFFSection::COFFSection(StringRef name) in COFFSection() function in COFFSection
251 COFFSection *WinCOFFObjectWriter::createSection(StringRef Name) { in createSection()
252 return createCOFFEntity<COFFSection>(Name, Sections); in createSection()
267 COFFSection *coff_section = createSection(Sec.getSectionName()); in defineSection()
377 COFFSection *Sec = nullptr; in DefineSymbol()
462 void WinCOFFObjectWriter::SetSectionName(COFFSection &S) { in SetSectionName()
490 bool WinCOFFObjectWriter::IsPhysicalSection(COFFSection *S) { in IsPhysicalSection()
678 COFFSection *coff_section = SectionMap[Section]; in recordRelocation()
903 COFFSection *Assoc = COMDATSymbol->Section; in writeObject()
927 COFFSection *Sec = SectionMap[&Section]; in writeObject()
1048 COFFSection *Sec = SectionMap[&*j]; in writeObject()