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

References

include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
   22   DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Compiland)
lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
   20     : NativeRawSymbol(Session, PDB_SymType::Compiland, SymbolId), Module(MI) {}
   23   return PDB_SymType::Compiland;
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
   39   case PDB_SymType::Compiland: {
lib/DebugInfo/PDB/PDBExtras.cpp
  227     CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Compiland, OS)
lib/DebugInfo/PDB/PDBSymbol.cpp
   67     FACTORY_SYMTAG_CASE(Compiland, PDBSymbolCompiland)
lib/DebugInfo/PDB/PDBSymbolData.cpp
   61       if (LexParent->getSymTag() == PDB_SymType::Compiland)
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1050         case PDB_SymType::Compiland: {
 2059       if (LexParent->getSymTag() == PDB_SymType::Compiland)
tools/llvm-pdbutil/llvm-pdbutil.cpp
 1018     SymTypes.push_back(PDB_SymType::Compiland);
unittests/DebugInfo/PDB/PDBApiTest.cpp
  415     InsertItemWithTag(PDB_SymType::Compiland);
  477   VerifyDyncast<PDBSymbolCompiland>(PDB_SymType::Compiland);