Searched refs:MOSection (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 440 MachOSection MOSection; in printSections() local 441 getSection(Obj, Section.getRawDataRefImpl(), MOSection); in printSections() 455 W.printHex("Address", MOSection.Address); in printSections() 456 W.printHex("Size", MOSection.Size); in printSections() 457 W.printNumber("Offset", MOSection.Offset); in printSections() 458 W.printNumber("Alignment", MOSection.Alignment); in printSections() 459 W.printHex("RelocationOffset", MOSection.RelocationTableOffset); in printSections() 460 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries); in printSections() 461 W.printEnum("Type", MOSection.Flags & 0xFF, in printSections() 463 W.printFlags("Attributes", MOSection.Flags >> 8, in printSections() [all …]
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 593 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in EmitZerofill() local 594 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName(); in EmitZerofill()
|