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

/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp440 MachOSection MOSection; local
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
[all...]
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp593 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); local
594 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName();

Completed in 44 milliseconds