Home
last modified time | relevance | path

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

/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp361 template <class ExpectedType> void VerifyDyncast(PDB_SymType Tag) { in VerifyDyncast() function in __anon094266a40111::PDBApiTest
390 VerifyDyncast<PDBSymbolExe>(PDB_SymType::Exe); in TEST_F()
391 VerifyDyncast<PDBSymbolCompiland>(PDB_SymType::Compiland); in TEST_F()
392 VerifyDyncast<PDBSymbolCompilandDetails>(PDB_SymType::CompilandDetails); in TEST_F()
393 VerifyDyncast<PDBSymbolCompilandEnv>(PDB_SymType::CompilandEnv); in TEST_F()
394 VerifyDyncast<PDBSymbolFunc>(PDB_SymType::Function); in TEST_F()
395 VerifyDyncast<PDBSymbolBlock>(PDB_SymType::Block); in TEST_F()
396 VerifyDyncast<PDBSymbolData>(PDB_SymType::Data); in TEST_F()
397 VerifyDyncast<PDBSymbolAnnotation>(PDB_SymType::Annotation); in TEST_F()
398 VerifyDyncast<PDBSymbolLabel>(PDB_SymType::Label); in TEST_F()
[all …]