Searched refs:COFFSection (Results 1 – 6 of 6) sorted by relevance
123 const object::coff_section *COFFSection = Obj.getCOFFSection(S); in initializeFileAndStringTable() local125 Obj.getSectionContents(COFFSection, sectionData); in initializeFileAndStringTable()146 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections() local149 NewYAMLSection.Header.Characteristics = COFFSection->Characteristics; in dumpSections()151 NewYAMLSection.Header.VirtualSize = COFFSection->VirtualSize; in dumpSections()153 COFFSection->NumberOfLinenumbers; in dumpSections()155 COFFSection->NumberOfRelocations; in dumpSections()157 COFFSection->PointerToLinenumbers; in dumpSections()158 NewYAMLSection.Header.PointerToRawData = COFFSection->PointerToRawData; in dumpSections()160 COFFSection->PointerToRelocations; in dumpSections()[all …]
73 class COFFSection;85 COFFSection *Section = nullptr;113 class COFFSection { class123 COFFSection(StringRef Name) : Name(Name) {} in COFFSection() function in __anoneb971b320111::COFFSection131 using sections = std::vector<std::unique_ptr<COFFSection>>;134 using section_map = DenseMap<MCSection const *, COFFSection *>;166 COFFSection *createSection(StringRef Name);175 void SetSectionName(COFFSection &S);177 bool IsPhysicalSection(COFFSection *S);189 const COFFSection &Sec, const MCSection &MCSec);[all …]
59 class COFFSection;71 COFFSection *Section;94 class COFFSection { class104 COFFSection(llvm::StringRef name);126 typedef std::vector<COFFSection*> sections;129 typedef DenseMap<MCSection const *, COFFSection *> section_map;147 COFFSection *createSection(StringRef Name);156 void MakeSectionReal(COFFSection &S, size_t Number);158 bool ExportSection(COFFSection const *S);161 bool IsPhysicalSection(COFFSection *S);[all …]
208 const MCSectionCOFF *COFFSection; in GetSectionSuffix() local209 if ((COFFSection = dyn_cast<MCSectionCOFF>(section))) { in GetSectionSuffix()210 StringRef name = COFFSection->getSectionName(); in GetSectionSuffix()
62 class COFFSection;74 COFFSection *Section;101 class COFFSection { class111 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[all …]
105 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections() local108 NewYAMLSection.Header.Characteristics = COFFSection->Characteristics; in dumpSections()110 NewYAMLSection.Header.VirtualSize = COFFSection->VirtualSize; in dumpSections()116 Obj.getSectionContents(COFFSection, sectionData); in dumpSections()