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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp465 MachOSection MOSection; local
466 getSection(Obj, Section.getRawDataRefImpl(), MOSection);
477 W.printHex("Address", MOSection.Address);
478 W.printHex("Size", MOSection.Size);
479 W.printNumber("Offset", MOSection.Offset);
480 W.printNumber("Alignment", MOSection.Alignment);
481 W.printHex("RelocationOffset", MOSection.RelocationTableOffset);
482 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries);
483 W.printEnum("Type", MOSection.Flags & 0xFF,
485 W.printFlags("Attributes", MOSection
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp847 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); local
848 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName();

Completed in 111 milliseconds