Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp440 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DMachODumper.cpp442 MachOSection MOSection; in printSections() local
443 getSection(Obj, Section.getRawDataRefImpl(), MOSection); in printSections()
457 W.printHex("Address", MOSection.Address); in printSections()
458 W.printHex("Size", MOSection.Size); in printSections()
459 W.printNumber("Offset", MOSection.Offset); in printSections()
460 W.printNumber("Alignment", MOSection.Alignment); in printSections()
461 W.printHex("RelocationOffset", MOSection.RelocationTableOffset); in printSections()
462 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries); in printSections()
463 W.printEnum("Type", MOSection.Flags & 0xFF, in printSections()
465 W.printFlags("Attributes", MOSection.Flags >> 8, in printSections()
[all …]
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmStreamer.cpp508 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in EmitZerofill() local
509 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName(); in EmitZerofill()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp670 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in EmitZerofill() local
671 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName(); in EmitZerofill()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp779 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); in EmitZerofill() local
780 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName(); in EmitZerofill()