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

  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 440 MachOSection MOSection;
441 getSection(Obj, Section.getRawDataRefImpl(), MOSection);
455 W.printHex("Address", MOSection.Address);
456 W.printHex("Size", MOSection.Size);
457 W.printNumber("Offset", MOSection.Offset);
458 W.printNumber("Alignment", MOSection.Alignment);
459 W.printHex("RelocationOffset", MOSection.RelocationTableOffset);
460 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries);
461 W.printEnum("Type", MOSection.Flags & 0xFF,
463 W.printFlags("Attributes", MOSection.Flags >> 8
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
MachODumper.cpp 442 MachOSection MOSection;
443 getSection(Obj, Section.getRawDataRefImpl(), MOSection);
457 W.printHex("Address", MOSection.Address);
458 W.printHex("Size", MOSection.Size);
459 W.printNumber("Offset", MOSection.Offset);
460 W.printNumber("Alignment", MOSection.Alignment);
461 W.printHex("RelocationOffset", MOSection.RelocationTableOffset);
462 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries);
463 W.printEnum("Type", MOSection.Flags & 0xFF,
465 W.printFlags("Attributes", MOSection.Flags >> 8
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmStreamer.cpp 508 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section);
509 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName();
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 670 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section);
671 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAsmStreamer.cpp 779 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section);
780 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName();
    [all...]

Completed in 132 milliseconds