Home
last modified time | relevance | path

Searched refs:SectName (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Object/
DObjectFile.cpp62 StringRef SectName; in isSectionBitcode() local
63 if (!getSectionName(Sec, SectName)) in isSectionBitcode()
64 return SectName == ".llvmbc"; in isSectionBitcode()
DMachOObjectFile.cpp711 StringRef SectName; in isSectionBitcode() local
712 if (!getSectionName(Sec, SectName)) in isSectionBitcode()
713 return (SegmentName == "__LLVM" && SectName == "__bitcode"); in isSectionBitcode()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp313 StringRef SectName; in getSectionsAndSymbols() local
314 Section.getName(SectName); in getSectionsAndSymbols()
896 StringRef SectName; in DumpLiteralPointerSection() local
897 Sect->getName(SectName); in DumpLiteralPointerSection()
900 outs() << SegmentName << ":" << SectName << ":"; in DumpLiteralPointerSection()
1077 StringRef SectName; in DumpSectionContents() local
1078 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 …]