Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp87 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getMachOObjectFileSymbolInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp470 StringRef SegmentName = MachO->getSectionFinalSegmentName(Ref); in darwinPrintSymbol()
1040 StringRef SegmentName = Obj.getSectionFinalSegmentName(Ref); in getSymbolNMTypeChar()
1196 StringRef SegmentName = Obj->getSectionFinalSegmentName(Ref); in getNsectForSegSect()
1327 MachO.getSectionFinalSegmentName(Section.getRawDataRefImpl()); in dumpSymbolsFromDLInfoMachO()
1645 MachO.getSectionFinalSegmentName(Section.getRawDataRefImpl()); in dumpSymbolsFromDLInfoMachO()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1742 StringRef SegmentName = O->getSectionFinalSegmentName(Ref); in DumpLiteralPointerSection()
1955 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents()
2050 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents()
4307 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section()
4329 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64()
4378 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32()
6057 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64()
6125 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32()
6176 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64()
6238 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info32()
[all …]
H A Dllvm-objdump.cpp1457 StringRef SegmentName = MachO->getSectionFinalSegmentName(DR); in getSegmentName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h621 StringRef getSectionFinalSegmentName(DataRefImpl Sec) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp480 StringRef SegmentName = Obj->getSectionFinalSegmentName(DR); in printSectionHeaders()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2162 StringRef SegmentName = getSectionFinalSegmentName(Sec); in isSectionBitcode()
4366 Obj->getSectionFinalSegmentName(Section.getRawDataRefImpl()); in BindRebaseSegInfo()
4517 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName() function in MachOObjectFile