Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp158 MachOObj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getObjectSymbolInfo()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp439 StringRef SegmentName = MachO->getSectionFinalSegmentName(Ref); in darwinPrintSymbol()
944 StringRef SegmentName = Obj.getSectionFinalSegmentName(Ref); in getSymbolNMTypeChar()
1088 StringRef SegmentName = Obj->getSectionFinalSegmentName(Ref); in getNsectForSegSect()
1218 MachO.getSectionFinalSegmentName(Section.getRawDataRefImpl()); in dumpSymbolsFromDLInfoMachO()
1536 MachO.getSectionFinalSegmentName(Section.getRawDataRefImpl()); in dumpSymbolsFromDLInfoMachO()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1517 StringRef SegmentName = O->getSectionFinalSegmentName(Ref); in DumpLiteralPointerSection()
1737 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents()
1839 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents()
4088 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section()
4110 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64()
4159 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32()
5838 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64()
5906 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32()
5957 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64()
6019 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info32()
[all …]
H A Dllvm-objdump.cpp1073 StringRef SegmentName = MachO->getSectionFinalSegmentName(DR); in getSegmentName()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h463 StringRef getSectionFinalSegmentName(DataRefImpl Sec) const;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp467 StringRef SegmentName = Obj->getSectionFinalSegmentName(DR); in printSectionHeaders()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2063 StringRef SegmentName = getSectionFinalSegmentName(Sec); in isSectionBitcode()
4031 Obj->getSectionFinalSegmentName(Section.getRawDataRefImpl()); in BindRebaseSegInfo()
4169 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName() function in MachOObjectFile