Searched refs:SectionContents (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 144 StringRef SectionContents); 163 StringRef SectionContents, StringRef Block); 175 StringRef SectionContents, 203 const COFFObjectFile *Obj, StringRef SectionContents) in COFFObjectDumpDelegate() argument 204 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate() 214 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset() 227 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock); in printBinaryBlockWithRelocs() 242 StringRef SectionContents; member in __anon22f3d4430111::COFFObjectDumpDelegate 295 StringRef SectionContents, in resolveSymbolName() argument 298 assert(SectionContents.data() < RelocPtr && in resolveSymbolName() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 616 StringRef SectionContents) { in traverseSymbolsSubsection() 620 SectionContents); in traverseSymbolsSubsection() 652 StringRef SectionContents = *SectionOrErr; in traverseSymbolSection() 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() 618 traverseSymbolsSubsection(StringRef Subsection,const SectionRef & Section,StringRef SectionContents) traverseSymbolsSubsection() argument 654 StringRef SectionContents = *SectionOrErr; traverseSymbolSection() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 88 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 D | LVCodeViewReader.h | 171 StringRef SectionContents);
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.h | 66 extern bool SectionContents;
|
H A D | llvm-objdump.cpp | 318 bool objdump::SectionContents; member in objdump 3313 if (SectionContents) in dumpObject() 3522 SectionContents = InputArgs.hasArg(OBJDUMP_full_contents); in parseObjdumpOptions() 3730 !Relocations && !SectionHeaders && !SectionContents && !SymbolTable && in llvm_objdump_main()
|
H A D | MachODump.cpp | 2177 if (SectionContents) in ProcessMachO()
|