Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp433 StringRef SegmentName = MachO->getSectionFinalSegmentName(Ref); in darwinPrintSymbol()
865 StringRef SegmentName = Obj.getSectionFinalSegmentName(Ref); in getSymbolNMTypeChar()
943 StringRef SegmentName = Obj->getSectionFinalSegmentName(Ref); in getNsectForSegSect()
/external/llvm/include/llvm/Object/
DMachO.h309 StringRef getSectionFinalSegmentName(DataRefImpl Sec) const;
/external/llvm/tools/llvm-objdump/
DMachODump.cpp899 StringRef SegmentName = O->getSectionFinalSegmentName(Ref); in DumpLiteralPointerSection()
1080 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents()
1176 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents()
2527 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64()
3324 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section()
3341 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64()
3392 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32()
5071 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64()
5134 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32()
5180 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64()
[all …]
Dllvm-objdump.cpp1105 SegmentName = MachO->getSectionFinalSegmentName(DR); in DisassembleObject()
1465 StringRef SegmentName = MachO->getSectionFinalSegmentName(DR); in PrintSymbolTable()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp448 StringRef SegmentName = Obj->getSectionFinalSegmentName(DR); in printSections()
/external/llvm/lib/Object/
DMachOObjectFile.cpp710 StringRef SegmentName = getSectionFinalSegmentName(Sec); in isSectionBitcode()
1961 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName() function in MachOObjectFile