Searched refs:SectName (Results 1 – 3 of 3) sorted by relevance
62 StringRef SectName; in isSectionBitcode() local63 if (!getSectionName(Sec, SectName)) in isSectionBitcode()64 return SectName == ".llvmbc"; in isSectionBitcode()
711 StringRef SectName; in isSectionBitcode() local712 if (!getSectionName(Sec, SectName)) in isSectionBitcode()713 return (SegmentName == "__LLVM" && SectName == "__bitcode"); in isSectionBitcode()
313 StringRef SectName; in getSectionsAndSymbols() local314 Section.getName(SectName); in getSectionsAndSymbols()896 StringRef SectName; in DumpLiteralPointerSection() local897 Sect->getName(SectName); in DumpLiteralPointerSection()900 outs() << SegmentName << ":" << SectName << ":"; in DumpLiteralPointerSection()1077 StringRef SectName; in DumpSectionContents() local1078 Section.getName(SectName); in DumpSectionContents()1082 (SectName == DumpSectName)) { in DumpSectionContents()1101 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()1107 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()[all …]