Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp509 StringRef SegmentName = MachO->getSectionFinalSegmentName(Ref); in darwinPrintSymbol()
1034 StringRef SegmentName = Obj.getSectionFinalSegmentName(Ref); in getSymbolNMTypeChar()
1124 StringRef SegmentName = Obj->getSectionFinalSegmentName(Ref); in getNsectForSegSect()
1328 SegmentName = MachO->getSectionFinalSegmentName( in dumpSymbolNamesFromObject()
1649 SegmentName = MachO->getSectionFinalSegmentName( in dumpSymbolNamesFromObject()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp1211 StringRef SegmentName = O->getSectionFinalSegmentName(Ref); in DumpLiteralPointerSection()
1426 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents()
1522 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents()
3750 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section()
3767 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64()
3818 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32()
5493 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64()
5556 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32()
5602 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64()
5659 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info32()
[all …]
H A Dllvm-objdump.cpp1533 SegmentName = MachO->getSectionFinalSegmentName(DR); in disassembleObject()
2082 StringRef SegmentName = MachO->getSectionFinalSegmentName(DR); in printSymbolTable()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h469 StringRef getSectionFinalSegmentName(DataRefImpl Sec) const;
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp448 StringRef SegmentName = Obj->getSectionFinalSegmentName(DR); in printSectionHeaders()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp2000 StringRef SegmentName = getSectionFinalSegmentName(Sec); in isSectionBitcode()
3979 Obj->getSectionFinalSegmentName(Section.getRawDataRefImpl()); in BindRebaseSegInfo()
4130 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName() function in MachOObjectFile