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

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

Completed in 71 milliseconds