Home
last modified time | relevance | path

Searched refs:getSectionFinalSegmentName (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/llvm-nm/
HDllvm-nm.cpp322 StringRef SegmentName = MachO->getSectionFinalSegmentName(Ref); in darwinPrintSymbol()
709 StringRef SegmentName = Obj.getSectionFinalSegmentName(Ref); in getSymbolNMTypeChar()
793 StringRef SegmentName = Obj->getSectionFinalSegmentName(Ref); in getNsectForSegSect()
/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h306 StringRef getSectionFinalSegmentName(DataRefImpl Sec) const;
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp847 StringRef SegmentName = O->getSectionFinalSegmentName(Ref); in DumpLiteralPointerSection()
1025 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents()
1114 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents()
2377 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64()
3169 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section()
3186 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64()
3237 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32()
4906 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64()
4969 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32()
5012 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64()
[all …]
HDllvm-objdump.cpp886 SegmentName = MachO->getSectionFinalSegmentName(DR); in DisassembleObject()
1221 StringRef SegmentName = MachO->getSectionFinalSegmentName(DR); in PrintSymbolTable()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp382 StringRef SegmentName = Obj->getSectionFinalSegmentName(DR); in printSections()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp1849 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName() function in MachOObjectFile