Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp554 StringRef SegmentName = MachO->getSectionFinalSegmentName(Ref); in darwinPrintSymbol()
1059 StringRef SegmentName = Obj.getSectionFinalSegmentName(Ref); in getSymbolNMTypeChar()
1203 StringRef SegmentName = Obj->getSectionFinalSegmentName(Ref); in getNsectForSegSect()
1333 MachO.getSectionFinalSegmentName(Section.getRawDataRefImpl()); in dumpSymbolsFromDLInfoMachO()
1651 MachO.getSectionFinalSegmentName(Section.getRawDataRefImpl()); in dumpSymbolsFromDLInfoMachO()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp952 StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocationEntries()
1008 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations()
1028 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations()
1517 StringRef SegmentName = O->getSectionFinalSegmentName(Ref); in DumpLiteralPointerSection()
1737 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents()
1839 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents()
1939 StringRef SegName = MachOOF->getSectionFinalSegmentName(Ref); in ProcessMachO()
3287 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64()
4088 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section()
4110 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64()
[all …]
H A Dllvm-objdump.cpp1036 StringRef SegmentName = MachO->getSectionFinalSegmentName(DR); in getSegmentName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h463 StringRef getSectionFinalSegmentName(DataRefImpl Sec) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp467 StringRef SegmentName = Obj->getSectionFinalSegmentName(DR); in printSectionHeaders()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2057 StringRef SegmentName = getSectionFinalSegmentName(Sec); in isSectionBitcode()
4025 Obj->getSectionFinalSegmentName(Section.getRawDataRefImpl()); in BindRebaseSegInfo()
4163 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName() function in MachOObjectFile