Home
last modified time | relevance | path

Searched refs:SectionContents (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp106 StringRef SectionContents);
117 StringRef SectionContents, StringRef Block);
129 StringRef SectionContents,
150 const COFFObjectFile *Obj, StringRef SectionContents) in COFFObjectDumpDelegate() argument
151 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()
156 return Record.data() - SectionContents.bytes_begin(); in getRecordOffset()
169 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock); in printBinaryBlockWithRelocs()
182 StringRef SectionContents; member in __anoncf3e87840111::COFFObjectDumpDelegate
241 StringRef SectionContents, in resolveSymbolName() argument
244 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()
[all …]
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp1008 SmallVector<char, 128> SectionContents; in writeObject() local
1029 SectionContents.clear(); in writeObject()
1030 raw_svector_ostream VecOS(SectionContents); in writeObject()
1042 JC.update(SectionContents); in writeObject()
1045 getStream() << SectionContents; in writeObject()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.h58 extern cl::opt<bool> SectionContents;
Dllvm-objdump.cpp88 llvm::SectionContents("s", cl::desc("Display the content of each section")); member in llvm
1672 if (SectionContents) in DumpObject()
1775 && !SectionContents in main()
DMachODump.cpp1257 if (SectionContents) in ProcessMachO()