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

/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp222 MachOSection MOSection; local
223 getSection(Obj, Section.getRawDataRefImpl(), MOSection);
238 W.printHex("Address", MOSection.Address);
239 W.printHex("Size", MOSection.Size);
240 W.printNumber("Offset", MOSection.Offset);
241 W.printNumber("Alignment", MOSection.Alignment);
242 W.printHex("RelocationOffset", MOSection.RelocationTableOffset);
243 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries);
244 W.printEnum("Type", MOSection.Flags & 0xFF,
246 W.printFlags("Attributes", MOSection
[all...]
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp551 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); local
552 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName();

Completed in 598 milliseconds