reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objcopy/ELF/Object.cpp
 1443   switch (Shdr.sh_type) {
 1446     if (Shdr.sh_flags & SHF_ALLOC) {
 1447       Data = unwrapOrError(ElfFile.getSectionContents(&Shdr));
 1455     if (Shdr.sh_flags & SHF_ALLOC) {
 1456       Data = unwrapOrError(ElfFile.getSectionContents(&Shdr));
 1464     Data = unwrapOrError(ElfFile.getSectionContents(&Shdr));
 1467     Data = unwrapOrError(ElfFile.getSectionContents(&Shdr));
 1470     Data = unwrapOrError(ElfFile.getSectionContents(&Shdr));
 1473     Data = unwrapOrError(ElfFile.getSectionContents(&Shdr));
 1488     Data = unwrapOrError(ElfFile.getSectionContents(&Shdr));
 1490     StringRef Name = unwrapOrError(ElfFile.getSectionName(&Shdr));
 1491     if (Name.startswith(".zdebug") || (Shdr.sh_flags & ELF::SHF_COMPRESSED)) {