Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp374 StringRef SegmentName = MachO->getSectionFinalSegmentName(Ref); in darwinPrintSymbol()
779 StringRef SegmentName = Obj.getSectionFinalSegmentName(Ref); in getSymbolNMTypeChar()
869 StringRef SegmentName = Obj->getSectionFinalSegmentName(Ref); in getNsectForSegSect()
/external/llvm/include/llvm/Object/
DMachO.h305 StringRef getSectionFinalSegmentName(DataRefImpl Sec) const;
/external/llvm/tools/llvm-objdump/
DMachODump.cpp840 StringRef SegmentName = O->getSectionFinalSegmentName(Ref); in DumpLiteralPointerSection()
1015 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents()
1104 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents()
2373 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64()
3165 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section()
3182 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64()
3233 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32()
4912 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64()
4975 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32()
5021 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64()
[all …]
Dllvm-objdump.cpp970 SegmentName = MachO->getSectionFinalSegmentName(DR); in DisassembleObject()
1314 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.cpp1861 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName() function in MachOObjectFile