reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
642 if (Error E = dumpCommonSection(Shdr, *S)) 645 unsigned SecIndex = Shdr - &Sections[0]; 646 if (SecIndex != 0 || Shdr->sh_type != ELF::SHT_NULL) { 647 auto ContentOrErr = Obj.getSectionContents(Shdr); 654 S->Size = static_cast<llvm::yaml::Hex64>(Shdr->sh_size); 657 if (Shdr->sh_info) 658 S->Info = static_cast<llvm::yaml::Hex64>(Shdr->sh_info);