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

References

include/llvm/Object/IRSymtab.h
  321       CommonSize = UncI->CommonSize;
  322       CommonAlign = UncI->CommonAlign;
  323       COFFWeakExternFallbackName = R->str(UncI->COFFWeakExternFallbackName);
  324       SectionName = R->str(UncI->SectionName);
  340       ++UncI;