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

References

tools/llvm-objcopy/ELF/Object.cpp
 1197       if (!Section || Section->Addr + Section->Size != RecAddr)
 1197       if (!Section || Section->Addr + Section->Size != RecAddr)
 1197       if (!Section || Section->Addr + Section->Size != RecAddr)
 1201         Section = &Obj->addSection<OwnedDataSection>(
 1204       Section->appendHexData(R.HexData);