Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp195 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()
233 StringRef SectionContents; member in __anon102ad8080111::COFFObjectDumpDelegate
295 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()
296 RelocPtr < SectionContents.data() + SectionContents.size() && in resolveSymbolName()
320 assert(SectionContents.begin() < Block.begin() && in printBinaryBlockWithRelocs()
321 SectionContents.end() >= Block.end() && in printBinaryBlockWithRelocs()
954 StringRef SectionContents; in printCodeViewSymbolSection() local
955 error(Section.getContents(SectionContents)); in printCodeViewSymbolSection()
956 StringRef Data = SectionContents; in printCodeViewSymbolSection()
996 if (NextOffset > SectionContents.size()) in printCodeViewSymbolSection()
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h65 extern cl::opt<bool> SectionContents;
H A Dllvm-objdump.cpp124 llvm::SectionContents("full-contents", member in llvm
128 cl::aliasopt(SectionContents));
2387 if (SectionContents) in dumpObject()
2512 && !SectionContents in main()
H A DMachODump.cpp1642 if (SectionContents) in ProcessMachO()