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

/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp56 class COFFSection;
68 COFFSection *Section;
91 class COFFSection { class in namespace:__anon25894
101 COFFSection(StringRef name);
123 typedef std::vector<std::unique_ptr<COFFSection>> sections;
126 typedef DenseMap<MCSection const *, COFFSection *> section_map;
144 COFFSection *createSection(StringRef Name);
154 void MakeSectionReal(COFFSection &S, size_t Number);
158 bool IsPhysicalSection(COFFSection *S);
245 COFFSection function in class:COFFSection
[all...]
H A DMCWin64EH.cpp224 const MCSectionCOFF *COFFSection; local
225 if ((COFFSection = dyn_cast<MCSectionCOFF>(section))) {
226 StringRef name = COFFSection->getSectionName();

Completed in 229 milliseconds