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

References

tools/llvm-objcopy/COFF/Reader.cpp
  140       if (Index <= 0 || static_cast<uint32_t>(Index - 1) >= Sections.size())
  140       if (Index <= 0 || static_cast<uint32_t>(Index - 1) >= Sections.size())
  143       Sym.AssociativeComdatTargetSectionId = Sections[Index - 1].UniqueId;