Searched refs:MOSection (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 475 MachOSection MOSection; in printSectionHeaders() local 476 getSection(Obj, Section.getRawDataRefImpl(), MOSection); in printSectionHeaders() 487 W.printHex("Address", MOSection.Address); in printSectionHeaders() 488 W.printHex("Size", MOSection.Size); in printSectionHeaders() 489 W.printNumber("Offset", MOSection.Offset); in printSectionHeaders() 490 W.printNumber("Alignment", MOSection.Alignment); in printSectionHeaders() 491 W.printHex("RelocationOffset", MOSection.RelocationTableOffset); in printSectionHeaders() 492 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries); in printSectionHeaders() 493 W.printEnum("Type", MOSection.Flags & 0xFF, ArrayRef(MachOSectionTypes)); in printSectionHeaders() 494 W.printFlags("Attributes", MOSection.Flags >> 8, in printSectionHeaders() [all …]
|
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 1109 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in emitZerofill() local 1110 OS << MOSection->getSegmentName() << "," << MOSection->getName(); in emitZerofill()
|