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

References

include/llvm/DebugInfo/PDB/PDBSymbolCustom.h
   25   DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
lib/DebugInfo/PDB/PDBExtras.cpp
  251     CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Custom, OS)
lib/DebugInfo/PDB/PDBSymbol.cpp
   91     FACTORY_SYMTAG_CASE(Custom, PDBSymbolCustom)
unittests/DebugInfo/PDB/PDBApiTest.cpp
  439     InsertItemWithTag(PDB_SymType::Custom);
  501   VerifyDyncast<PDBSymbolCustom>(PDB_SymType::Custom);