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

/external/llvm/lib/Object/
H A DObjectFile.cpp62 StringRef SectName; local
63 if (!getSectionName(Sec, SectName))
64 return SectName == ".llvmbc";
H A DMachOObjectFile.cpp711 StringRef SectName; local
712 if (!getSectionName(Sec, SectName))
713 return (SegmentName == "__LLVM" && SectName == "__bitcode");
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp313 StringRef SectName; local
314 Section.getName(SectName);
896 StringRef SectName; local
897 Sect->getName(SectName);
900 outs() << SegmentName << ":" << SectName << ":"; local
1077 StringRef SectName; local
1078 Section.getName(SectName);
1082 (SectName == DumpSectName)) {
1101 outs() << "Contents of (" << SegName << "," << SectName local
1107 DisassembleMachO(Filename, O, SegName, SectName);
1173 StringRef SectName; local
1178 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
2524 StringRef SectName; local
3321 StringRef SectName; local
3342 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
3393 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
5072 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
5135 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
5181 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
5224 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
5260 StringRef SectName; local
5264 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
5297 StringRef SectName; local
5370 StringRef SectName; local
5480 StringRef SectName; local
5653 StringRef SectName; local
6583 StringRef SectName; local
7383 StringRef SectName; local
[all...]

Completed in 159 milliseconds