Searched refs:SectionContents (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 145 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 D | LVCodeViewReader.cpp | 611 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 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 | 65 extern bool SectionContents;
|
| H A D | llvm-objdump.cpp | 317 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 D | MachODump.cpp | 2173 if (SectionContents) in ProcessMachO()
|