Home
last modified time | relevance | path

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

/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp334 template <class ExpectedType> void VerifyDyncast(PDB_SymType Tag) { in VerifyDyncast() function in __anon767b75250111::PDBApiTest
363 VerifyDyncast<PDBSymbolExe>(PDB_SymType::Exe); in TEST_F()
364 VerifyDyncast<PDBSymbolCompiland>(PDB_SymType::Compiland); in TEST_F()
365 VerifyDyncast<PDBSymbolCompilandDetails>(PDB_SymType::CompilandDetails); in TEST_F()
366 VerifyDyncast<PDBSymbolCompilandEnv>(PDB_SymType::CompilandEnv); in TEST_F()
367 VerifyDyncast<PDBSymbolFunc>(PDB_SymType::Function); in TEST_F()
368 VerifyDyncast<PDBSymbolBlock>(PDB_SymType::Block); in TEST_F()
369 VerifyDyncast<PDBSymbolData>(PDB_SymType::Data); in TEST_F()
370 VerifyDyncast<PDBSymbolAnnotation>(PDB_SymType::Annotation); in TEST_F()
371 VerifyDyncast<PDBSymbolLabel>(PDB_SymType::Label); in TEST_F()
[all …]