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<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::COFFSection(StringRef name
    [all...]
MCWin64EH.cpp 224 const MCSectionCOFF *COFFSection;
225 if ((COFFSection = dyn_cast<MCSectionCOFF>(section))) {
226 StringRef name = COFFSection->getSectionName();

Completed in 45 milliseconds