Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp203 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()
241 StringRef SectionContents; member in __anonbf29cbb90111::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()
1131 StringRef SectionContents = in printCodeViewSymbolSection() local
1133 StringRef Data = SectionContents; in printCodeViewSymbolSection()
1184 if (NextOffset > SectionContents.size()) in printCodeViewSymbolSection()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp616 StringRef SectionContents) { in traverseSymbolsSubsection() argument
620 SectionContents); in traverseSymbolsSubsection()
652 StringRef SectionContents = *SectionOrErr; in traverseSymbolSection() local
653 StringRef Data = SectionContents; in traverseSymbolSection()
688 size_t SectionOffset = Data.data() - SectionContents.data(); in traverseSymbolSection()
691 if (NextOffset > SectionContents.size()) in traverseSymbolSection()
693 Data = SectionContents.drop_front(NextOffset); in traverseSymbolSection()
698 traverseSymbolsSubsection(Contents, Section, SectionContents)) in traverseSymbolSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h88 StringRef SectionContents; variable
94 StringRef SectionContents) in LVSymbolVisitorDelegate() argument
95 : Reader(Reader), SectionContents(SectionContents) { in LVSymbolVisitorDelegate()
105 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset()
H A DLVCodeViewReader.h171 StringRef SectionContents);
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h66 extern bool SectionContents;
H A Dllvm-objdump.cpp203 bool objdump::SectionContents; member in objdump
3161 if (SectionContents) in dumpObject()
3370 SectionContents = InputArgs.hasArg(OBJDUMP_full_contents); in parseObjdumpOptions()
3574 !Relocations && !SectionHeaders && !SectionContents && !SymbolTable && in llvm_objdump_main()
H A DMachODump.cpp2177 if (SectionContents) in ProcessMachO()