HomeSort by relevance Sort by last modified time
    Searched refs:COFFSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 56 class COFFSection;
68 COFFSection *Section;
91 class COFFSection {
101 COFFSection(StringRef name);
123 typedef std::vector<COFFSection*> sections;
126 typedef DenseMap<MCSection const *, COFFSection *> section_map;
145 COFFSection *createSection(StringRef Name);
155 void MakeSectionReal(COFFSection &S, size_t Number);
157 bool ExportSection(COFFSection const *S);
160 bool IsPhysicalSection(COFFSection *S)
    [all...]
MCWin64EH.cpp 208 const MCSectionCOFF *COFFSection;
209 if ((COFFSection = dyn_cast<MCSectionCOFF>(section))) {
210 StringRef name = COFFSection->getSectionName();

Completed in 622 milliseconds