Searched refs:SectionDefinition (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp382 coff_symbol->Aux[0].Aux.SectionDefinition.Selection = Sec.getSelection();
493 S.Symbol->Aux[0].Aux.SectionDefinition.Number = S.Number;
579 WriteLE32(i->Aux.SectionDefinition.Length);
580 WriteLE16(i->Aux.SectionDefinition.NumberOfRelocations);
581 WriteLE16(i->Aux.SectionDefinition.NumberOfLinenumbers);
582 WriteLE32(i->Aux.SectionDefinition.CheckSum);
583 WriteLE16(i->Aux.SectionDefinition.Number);
584 Write8(i->Aux.SectionDefinition.Selection);
585 WriteZeros(sizeof(i->Aux.SectionDefinition.unused));
819 Aux.Aux.SectionDefinition
[all...]
/external/llvm/include/llvm/Support/
H A DCOFF.h292 AuxiliarySectionDefinition SectionDefinition; member in union:llvm::COFF::Auxiliary

Completed in 109 milliseconds