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

References

include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h
   20   DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Annotation)
lib/DebugInfo/PDB/PDBExtras.cpp
  233     CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Annotation, OS)
lib/DebugInfo/PDB/PDBSymbol.cpp
   73     FACTORY_SYMTAG_CASE(Annotation, PDBSymbolAnnotation)
unittests/DebugInfo/PDB/PDBApiTest.cpp
  421     InsertItemWithTag(PDB_SymType::Annotation);
  483   VerifyDyncast<PDBSymbolAnnotation>(PDB_SymType::Annotation);