Searched refs:SegName (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 126 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF() local 129 if (SegName == "__LD" && SecName == "__compact_unwind") in canGoAfterDWARF() 132 if (SegName == "__IMPORT") { in canGoAfterDWARF() 140 if (SegName == "__TEXT" && SecName == "__eh_frame") in canGoAfterDWARF() 143 if (SegName == "__DATA" && (SecName == "__nl_symbol_ptr" || in canGoAfterDWARF() 155 StringRef SegName = MSec.getSegmentName(); in ChangeSection() local 156 if (SegName == "__DWARF") in ChangeSection()
|
/external/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 128 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF() local 131 if (SegName == "__LD" && SecName == "__compact_unwind") in canGoAfterDWARF() 134 if (SegName == "__IMPORT") { in canGoAfterDWARF() 142 if (SegName == "__TEXT" && SecName == "__eh_frame") in canGoAfterDWARF() 145 if (SegName == "__DATA" && SecName == "__nl_symbol_ptr") in canGoAfterDWARF() 156 StringRef SegName = MSec.getSegmentName(); in ChangeSection() local 157 if (SegName == "__DWARF") in ChangeSection()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 271 std::string SegName; member 339 Segment.SegName = SC.segname; in getSegment() 353 Segment.SegName = SC.segname; in getSegment() 779 W.printString("Name", MOSegment.SegName); in printMachOSegment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 335 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local 336 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols() 696 StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocationEntries() local 701 outs() << "(" << SegName << "," << SectName << ")\n"; in PrintRelocationEntries() 753 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local 756 outs() << "Relocation information (" << SegName << ",?) " in PrintRelocations() 759 outs() << "Relocation information (" << SegName << "," in PrintRelocations() 774 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local 777 outs() << "Relocation information (" << SegName << ",?) " in PrintRelocations() 780 outs() << "Relocation information (" << SegName << "," in PrintRelocations() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 273 std::string SegName; member 341 Segment.SegName = SC.segname; in getSegment() 355 Segment.SegName = SC.segname; in getSegment() 826 W.printString("Name", MOSegment.SegName); in printMachOSegment()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 329 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local 330 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols() 1080 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents() local 1081 if ((DumpSegName.empty() || SegName == DumpSegName) && in DumpSectionContents() 1101 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents() 1107 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents() 1110 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpSectionContents() 1114 if (SegName == "__OBJC" && SectName == "__protocol") { in DumpSectionContents() 1119 if (SegName == "__LLVM" && SectName == "__bundle") { in DumpSectionContents() 1176 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents() local [all …]
|