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

Declarations

include/llvm/DebugInfo/PDB/PDBTypes.h
   43 class PDBSymbolLabel;

References

include/llvm/DebugInfo/PDB/PDBSymDumper.h
   35   virtual void dump(const PDBSymbolLabel &Symbol);
include/llvm/Support/Casting.h
   58     return To::classof(&Val);
   77     return isa_impl<To, From>::doit(Val);
  132     return isa_impl_cl<To,FromTy>::doit(Val);
  142   return isa_impl_wrap<X, const Y,
tools/llvm-pdbutil/PrettyCompilandDumper.cpp
  174 void CompilandDumper::dump(const PDBSymbolLabel &Symbol) {
tools/llvm-pdbutil/PrettyCompilandDumper.h
   32   void dump(const PDBSymbolLabel &Symbol) override;
unittests/DebugInfo/PDB/PDBApiTest.cpp
  484   VerifyDyncast<PDBSymbolLabel>(PDB_SymType::Label);