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

References

lib/ObjectYAML/ELFYAML.cpp
 1261     if (!Sec->Symbols && !Sec->Content && !Sec->Size)
 1261     if (!Sec->Symbols && !Sec->Content && !Sec->Size)
 1261     if (!Sec->Symbols && !Sec->Content && !Sec->Size)
 1264     if (Sec->Content || Sec->Size) {
 1264     if (Sec->Content || Sec->Size) {
 1265       if (Sec->Size && Sec->Content &&
 1265       if (Sec->Size && Sec->Content &&
 1266           (uint64_t)*Sec->Size < Sec->Content->binary_size())
 1266           (uint64_t)*Sec->Size < Sec->Content->binary_size())
 1270       if (Sec->Symbols)
 1275     if (!Sec->Symbols)
 1278     for (const ELFYAML::AddrsigSymbol &AS : *Sec->Symbols)