Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp87 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl()); in getMachOObjectFileSymbolInfo()
/src/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()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp945 StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocationEntries()
1001 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations()
1021 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations()
1742 StringRef SegmentName = O->getSectionFinalSegmentName(Ref); in DumpLiteralPointerSection()
1955 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents()
2050 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents()
2153 StringRef SegName = MachOOF->getSectionFinalSegmentName(Ref); in ProcessMachO()
3506 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64()
4323 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section()
4345 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64()
[all …]
H A Dllvm-objdump.cpp1594 StringRef SegmentName = MachO->getSectionFinalSegmentName(DR); in getSegmentName()
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h622 StringRef getSectionFinalSegmentName(DataRefImpl Sec) const;
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp480 StringRef SegmentName = Obj->getSectionFinalSegmentName(DR); in printSectionHeaders()
/src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2162 StringRef SegmentName = getSectionFinalSegmentName(Sec); in isSectionBitcode()
4370 Obj->getSectionFinalSegmentName(Section.getRawDataRefImpl()); in BindRebaseSegInfo()
4521 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName() function in MachOObjectFile