Searched refs:SectionContents (Results 1 – 7 of 7) sorted by relevance
203 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()241 StringRef SectionContents; member in __anonbf29cbb90111::COFFObjectDumpDelegate297 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() local1133 StringRef Data = SectionContents; in printCodeViewSymbolSection()1184 if (NextOffset > SectionContents.size()) in printCodeViewSymbolSection()[all …]
616 StringRef SectionContents) { in traverseSymbolsSubsection() argument620 SectionContents); in traverseSymbolsSubsection()652 StringRef SectionContents = *SectionOrErr; in traverseSymbolSection() local653 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()
88 StringRef SectionContents; variable94 StringRef SectionContents) in LVSymbolVisitorDelegate() argument95 : Reader(Reader), SectionContents(SectionContents) { in LVSymbolVisitorDelegate()105 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset()
171 StringRef SectionContents);
66 extern bool SectionContents;
203 bool objdump::SectionContents; member in objdump3161 if (SectionContents) in dumpObject()3370 SectionContents = InputArgs.hasArg(OBJDUMP_full_contents); in parseObjdumpOptions()3574 !Relocations && !SectionHeaders && !SectionContents && !SymbolTable && in llvm_objdump_main()
2177 if (SectionContents) in ProcessMachO()