Home
last modified time | relevance | path

Searched refs:SymTypes (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp226 cl::list<SymLevel> SymTypes( variable
882 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() local
1007 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 …]