Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp145 StringRef SectionContents);
164 StringRef SectionContents, StringRef Block);
176 StringRef SectionContents,
204 const COFFObjectFile *Obj, StringRef SectionContents) in COFFObjectDumpDelegate() argument
205 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()
215 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset()
228 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock); in printBinaryBlockWithRelocs()
243 StringRef SectionContents; member in __anon22f3d4430111::COFFObjectDumpDelegate
296 StringRef SectionContents, in resolveSymbolName() argument
299 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp611 StringRef SectionContents) { in traverseSymbolsSubsection() argument
615 SectionContents); in traverseSymbolsSubsection()
647 StringRef SectionContents = *SectionOrErr; in traverseSymbolSection() local
648 StringRef Data = SectionContents; in traverseSymbolSection()
683 size_t SectionOffset = Data.data() - SectionContents.data(); in traverseSymbolSection()
686 if (NextOffset > SectionContents.size()) in traverseSymbolSection()
688 Data = SectionContents.drop_front(NextOffset); in traverseSymbolSection()
693 traverseSymbolsSubsection(Contents, Section, SectionContents)) in traverseSymbolSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h88 StringRef SectionContents;
94 StringRef SectionContents) in LVSymbolVisitorDelegate()
95 : Reader(Reader), SectionContents(SectionContents) { in LVSymbolVisitorDelegate() argument
105 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset()
89 StringRef SectionContents; global() variable
H A DLVCodeViewReader.h171 StringRef SectionContents);
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h65 extern bool SectionContents;
H A Dllvm-objdump.cpp317 bool objdump::SectionContents; member in objdump
3384 if (SectionContents) in dumpObject()
3593 SectionContents = InputArgs.hasArg(OBJDUMP_full_contents); in parseObjdumpOptions()
3801 !Relocations && !SectionHeaders && !SectionContents && !SymbolTable && in llvm_objdump_main()
H A DMachODump.cpp2173 if (SectionContents) in ProcessMachO()