Searched refs:COFFSection (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp72 class COFFSection;
84 COFFSection *Section = nullptr;
112 class COFFSection { class in namespace:__anon3739
122 COFFSection(StringRef Name) : Name(std::string(Name)) {} function in class:__anon3739::COFFSection
130 using sections = std::vector<std::unique_ptr<COFFSection>>;
133 using section_map = DenseMap<MCSection const *, COFFSection *>;
175 COFFSection *createSection(StringRef Name);
184 void SetSectionName(COFFSection &S);
186 bool IsPhysicalSection(COFFSection *S);
198 const COFFSection
[all...]

Completed in 98 milliseconds