Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachO.cpp262 MachOObj->getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in operator ()()
H A DObjectFileInterface.cpp85 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getMachOObjectFileSymbolInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp472 StringRef SegmentName = MachO->getSectionFinalSegmentName(Ref); in darwinPrintSymbol()
1042 StringRef SegmentName = Obj.getSectionFinalSegmentName(Ref); in getSymbolNMTypeChar()
1198 StringRef SegmentName = Obj->getSectionFinalSegmentName(Ref); in getNsectForSegSect()
1329 MachO.getSectionFinalSegmentName(Section.getRawDataRefImpl()); in dumpSymbolsFromDLInfoMachO()
1647 MachO.getSectionFinalSegmentName(Section.getRawDataRefImpl()); in dumpSymbolsFromDLInfoMachO()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp941 StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocationEntries()
997 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations()
1017 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations()
1738 StringRef SegmentName = O->getSectionFinalSegmentName(Ref); in DumpLiteralPointerSection()
1951 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents()
2046 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents()
2149 StringRef SegName = MachOOF->getSectionFinalSegmentName(Ref); in ProcessMachO()
3510 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64()
4327 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section()
4349 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64()
[all …]
H A Dllvm-objdump.cpp1670 StringRef SegmentName = MachO->getSectionFinalSegmentName(DR); in getSegmentName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h627 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.cpp2163 StringRef SegmentName = getSectionFinalSegmentName(Sec); in isSectionBitcode()
4369 Obj->getSectionFinalSegmentName(Section.getRawDataRefImpl()); in BindRebaseSegInfo()
4520 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName() function in MachOObjectFile