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

References

tools/obj2yaml/coff2yaml.cpp
  155     const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection);
  158     if (Expected<StringRef> NameOrErr = ObjSection.getName())
  181     if (!ObjSection.isBSS())
  197     for (const auto &Reloc : ObjSection.relocations()) {