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

References

include/llvm/Object/COFF.h
  402     return getStorageClass() == COFF::IMAGE_SYM_CLASS_FUNCTION;
lib/ObjectYAML/COFFYAML.cpp
  128   ECase(IMAGE_SYM_CLASS_FUNCTION);
tools/llvm-readobj/COFFDumper.cpp
  500   { "Function"       , COFF::IMAGE_SYM_CLASS_FUNCTION         },