Home
last modified time | relevance | path

Searched defs:SegName (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/MC/
DMCMachOStreamer.cpp128 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF() local
156 StringRef SegName = MSec.getSegmentName(); in ChangeSection() local
/external/llvm/tools/llvm-objdump/
DMachODump.cpp329 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local
1080 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents() local
1176 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents() local
2527 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64() local
3324 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section() local
3341 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64() local
3392 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32() local
5071 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64() local
5134 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32() local
5180 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64() local
[all …]
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp271 std::string SegName; member