Searched refs:SectionContents (Results 1 – 4 of 4) sorted by relevance
195 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()233 StringRef SectionContents; member in __anon102ad8080111::COFFObjectDumpDelegate295 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()296 RelocPtr < SectionContents.data() + SectionContents.size() && in resolveSymbolName()320 assert(SectionContents.begin() < Block.begin() && in printBinaryBlockWithRelocs()321 SectionContents.end() >= Block.end() && in printBinaryBlockWithRelocs()954 StringRef SectionContents; in printCodeViewSymbolSection() local955 error(Section.getContents(SectionContents)); in printCodeViewSymbolSection()956 StringRef Data = SectionContents; in printCodeViewSymbolSection()996 if (NextOffset > SectionContents.size()) in printCodeViewSymbolSection()[all …]
65 extern cl::opt<bool> SectionContents;
124 llvm::SectionContents("full-contents", member in llvm128 cl::aliasopt(SectionContents));2387 if (SectionContents) in dumpObject()2512 && !SectionContents in main()
1642 if (SectionContents) in ProcessMachO()