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

References

include/llvm/Object/COFF.h
  414     return getStorageClass() == COFF::IMAGE_SYM_CLASS_SECTION;
lib/Object/COFFImportFile.cpp
  266        IMAGE_SYM_CLASS_SECTION,
  278        IMAGE_SYM_CLASS_SECTION,
  284        IMAGE_SYM_CLASS_SECTION,
lib/ObjectYAML/COFFYAML.cpp
  131   ECase(IMAGE_SYM_CLASS_SECTION);
tools/llvm-readobj/COFFDumper.cpp
  503   { "Section"        , COFF::IMAGE_SYM_CLASS_SECTION          },