Searched defs:coff_section (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp348 COFFSection *coff_section = createSection(Sec.getSectionName()); local
355 COMDATSymbol->Section = coff_section;
359 coff_section->Symbol = coff_symbol;
360 coff_symbol->Section = coff_section;
369 coff_section->Header.Characteristics = Sec.getCharacteristics();
371 uint32_t &Characteristics = coff_section->Header.Characteristics;
392 coff_section->MCData = &SectionData;
393 SectionMap[&SectionData.getSection()] = coff_section;
722 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; local
826 coff_section
[all...]
/external/llvm/include/llvm/Object/
H A DCOFF.h242 struct coff_section { struct in namespace:llvm::object
348 const coff_section *SectionTable;
359 const coff_section *toSec(DataRefImpl Sec) const;
431 const coff_section *getCOFFSection(const SectionRef &Section) const;
451 std::error_code getSection(int32_t index, const coff_section *&Res) const;
464 std::error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
465 std::error_code getSectionContents(const coff_section *Sec,

Completed in 95 milliseconds