Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp462 MachOSection MOSection; in printSectionHeaders() local
463 getSection(Obj, Section.getRawDataRefImpl(), MOSection); in printSectionHeaders()
474 W.printHex("Address", MOSection.Address); in printSectionHeaders()
475 W.printHex("Size", MOSection.Size); in printSectionHeaders()
476 W.printNumber("Offset", MOSection.Offset); in printSectionHeaders()
477 W.printNumber("Alignment", MOSection.Alignment); in printSectionHeaders()
478 W.printHex("RelocationOffset", MOSection.RelocationTableOffset); in printSectionHeaders()
479 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries); in printSectionHeaders()
480 W.printEnum("Type", MOSection.Flags & 0xFF, in printSectionHeaders()
482 W.printFlags("Attributes", MOSection.Flags >> 8, in printSectionHeaders()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp968 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in emitZerofill() local
969 OS << MOSection->getSegmentName() << "," << MOSection->getName(); in emitZerofill()