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 59 class COFFSection;
71 COFFSection *Section;
94 class COFFSection {
104 COFFSection(llvm::StringRef name);
126 typedef std::vector<COFFSection*> sections;
129 typedef DenseMap<MCSection const *, COFFSection *> section_map;
148 COFFSection *createSection(StringRef Name);
157 void MakeSectionReal(COFFSection &S, size_t Number);
159 bool ExportSection(COFFSection const *S);
162 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 30 milliseconds