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

References

include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h
   21   DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::CustomType)
lib/DebugInfo/PDB/PDBExtras.cpp
  253     CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, CustomType, OS)
lib/DebugInfo/PDB/PDBSymbol.cpp
   93     FACTORY_SYMTAG_CASE(CustomType, PDBSymbolTypeCustom)
unittests/DebugInfo/PDB/PDBApiTest.cpp
  441     InsertItemWithTag(PDB_SymType::CustomType);
  503   VerifyDyncast<PDBSymbolTypeCustom>(PDB_SymType::CustomType);