Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp203 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()
241 StringRef SectionContents; member in __anon6fbc88770111::COFFObjectDumpDelegate
297 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()
298 RelocPtr < SectionContents.data() + SectionContents.size() && in resolveSymbolName()
301 SectionContents.data()); in resolveSymbolName()
322 assert(SectionContents.begin() < Block.begin() && in printBinaryBlockWithRelocs()
323 SectionContents.end() >= Block.end() && in printBinaryBlockWithRelocs()
986 StringRef SectionContents = in printCodeViewSymbolSection() local
988 StringRef Data = SectionContents; in printCodeViewSymbolSection()
1039 if (NextOffset > SectionContents.size()) in printCodeViewSymbolSection()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h58 extern bool SectionContents;
H A Dllvm-objdump.cpp191 bool objdump::SectionContents; member in objdump
2335 if (SectionContents) in dumpObject()
2518 SectionContents = InputArgs.hasArg(OBJDUMP_full_contents); in parseObjdumpOptions()
2680 !Relocations && !SectionHeaders && !SectionContents && !SymbolTable && in main()
H A DMachODump.cpp1963 if (SectionContents) in ProcessMachO()