HomeSort by relevance Sort by last modified time
    Searched refs:MOSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 222 MachOSection MOSection;
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.Flags >> 8
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 551 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section);
552 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName();
    [all...]

Completed in 61 milliseconds