Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp84 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getMachOObjectFileSymbolInfo()
/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp485 StringRef SegmentName = MachO->getSectionFinalSegmentName(Ref); in darwinPrintSymbol()
1022 StringRef SegmentName = Obj.getSectionFinalSegmentName(Ref); in getSymbolNMTypeChar()
1168 StringRef SegmentName = Obj->getSectionFinalSegmentName(Ref); in getNsectForSegSect()
1299 MachO.getSectionFinalSegmentName(Section.getRawDataRefImpl()); in dumpSymbolsFromDLInfoMachO()
1617 MachO.getSectionFinalSegmentName(Section.getRawDataRefImpl()); in dumpSymbolsFromDLInfoMachO()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp1537 StringRef SegmentName = O->getSectionFinalSegmentName(Ref); in DumpLiteralPointerSection()
1757 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents()
1859 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents()
4111 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section()
4133 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64()
4182 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32()
5861 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64()
5929 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32()
5980 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64()
6042 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info32()
[all …]
H A Dllvm-objdump.cpp1210 StringRef SegmentName = MachO->getSectionFinalSegmentName(DR); in getSegmentName()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h590 StringRef getSectionFinalSegmentName(DataRefImpl Sec) const;
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp481 StringRef SegmentName = Obj->getSectionFinalSegmentName(DR); in printSectionHeaders()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp2111 StringRef SegmentName = getSectionFinalSegmentName(Sec); in isSectionBitcode()
4181 Obj->getSectionFinalSegmentName(Section.getRawDataRefImpl()); in BindRebaseSegInfo()
4329 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName() function in MachOObjectFile