Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp142 StringRef SectionContents);
161 StringRef SectionContents, StringRef Block);
173 StringRef SectionContents,
202 const COFFObjectFile *Obj, StringRef SectionContents) in COFFObjectDumpDelegate() argument
203 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()
213 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset()
226 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock); in printBinaryBlockWithRelocs()
241 StringRef SectionContents; member in __anon685e90ee0111::COFFObjectDumpDelegate
294 StringRef SectionContents, in resolveSymbolName() argument
297 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h58 extern bool SectionContents;
H A Dllvm-objdump.cpp191 bool objdump::SectionContents; member in objdump
2252 if (SectionContents) in dumpObject()
2435 SectionContents = InputArgs.hasArg(OBJDUMP_full_contents); in parseObjdumpOptions()
2597 !Relocations && !SectionHeaders && !SectionContents && !SymbolTable && in main()
H A DMachODump.cpp1963 if (SectionContents) in ProcessMachO()