Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFF.h399 struct coff_section { struct
400 char Name[COFF::NameSize];
401 support::ulittle32_t VirtualSize;
402 support::ulittle32_t VirtualAddress;
403 support::ulittle32_t SizeOfRawData;
404 support::ulittle32_t PointerToRawData;
405 support::ulittle32_t PointerToRelocations;
406 support::ulittle32_t PointerToLinenumbers;
407 support::ulittle16_t NumberOfRelocations;
408 support::ulittle16_t NumberOfLinenumbers;
[all …]
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp268 COFFSection *coff_section = createSection(Sec.getSectionName()); in defineSection() local
673 COFFSection *coff_section = SectionMap[Section]; in recordRelocation() local