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

  /external/llvm/include/llvm/Object/
COFF.h 168 struct coff_section { struct in namespace:llvm::object
202 const coff_section *SectionTable;
210 const coff_section *toSec(DataRefImpl Sec) const;
275 const coff_section *getCOFFSection(section_iterator &It) const;
288 error_code getSection(int32_t index, const coff_section *&Res) const;
300 error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
301 error_code getSectionContents(const coff_section *Sec,
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 371 COFFSection *coff_section = createSection(Sec.getSectionName()); local
374 coff_section->Symbol = coff_symbol;
375 coff_symbol->Section = coff_section;
384 coff_section->Header.Characteristics = Sec.getCharacteristics();
386 uint32_t &Characteristics = coff_section->Header.Characteristics;
407 coff_section->MCData = &SectionData;
408 SectionMap[&SectionData.getSection()] = coff_section;
655 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; local
707 coff_section->Relocations.push_back(Reloc);

Completed in 2724 milliseconds