Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFF.h65 struct coff_section { struct
66 char Name[8];
67 support::ulittle32_t VirtualSize;
68 support::ulittle32_t VirtualAddress;
69 support::ulittle32_t SizeOfRawData;
70 support::ulittle32_t PointerToRawData;
71 support::ulittle32_t PointerToRelocations;
72 support::ulittle32_t PointerToLinenumbers;
73 support::ulittle16_t NumberOfRelocations;
97 const coff_section *SectionTable; argument
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp371 COFFSection *coff_section = createSection(Sec.getSectionName()); in DefineSection() local
649 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; in RecordRelocation() local