Searched refs:SymTypes (Results 1 – 1 of 1) sorted by relevance
226 cl::list<SymLevel> SymTypes( variable882 if (SymTypes.empty()) in shouldDumpSymLevel()884 if (llvm::find(SymTypes, Search) != SymTypes.end()) in shouldDumpSymLevel()886 if (llvm::find(SymTypes, SymLevel::All) != SymTypes.end()) in shouldDumpSymLevel()1004 std::vector<PDB_SymType> SymTypes; in dumpDia() local1007 SymTypes.push_back(PDB_SymType::Compiland); in dumpDia()1009 SymTypes.push_back(PDB_SymType::Enum); in dumpDia()1013 SymTypes.push_back(PDB_SymType::UDT); in dumpDia()1017 SymTypes.push_back(PDB_SymType::ArrayType); in dumpDia()1021 SymTypes.push_back(PDB_SymType::Typedef); in dumpDia()[all …]