HomeSort by relevance Sort by last modified time
    Searched refs:VerifyDyncast (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 361 template <class ExpectedType> void VerifyDyncast(PDB_SymType Tag) {
390 VerifyDyncast<PDBSymbolExe>(PDB_SymType::Exe);
391 VerifyDyncast<PDBSymbolCompiland>(PDB_SymType::Compiland);
392 VerifyDyncast<PDBSymbolCompilandDetails>(PDB_SymType::CompilandDetails);
393 VerifyDyncast<PDBSymbolCompilandEnv>(PDB_SymType::CompilandEnv);
394 VerifyDyncast<PDBSymbolFunc>(PDB_SymType::Function);
395 VerifyDyncast<PDBSymbolBlock>(PDB_SymType::Block);
396 VerifyDyncast<PDBSymbolData>(PDB_SymType::Data);
397 VerifyDyncast<PDBSymbolAnnotation>(PDB_SymType::Annotation);
398 VerifyDyncast<PDBSymbolLabel>(PDB_SymType::Label)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 443 template <class ExpectedType> void VerifyDyncast(PDB_SymType Tag) {
472 VerifyDyncast<PDBSymbolExe>(PDB_SymType::Exe);
473 VerifyDyncast<PDBSymbolCompiland>(PDB_SymType::Compiland);
474 VerifyDyncast<PDBSymbolCompilandDetails>(PDB_SymType::CompilandDetails);
475 VerifyDyncast<PDBSymbolCompilandEnv>(PDB_SymType::CompilandEnv);
476 VerifyDyncast<PDBSymbolFunc>(PDB_SymType::Function);
477 VerifyDyncast<PDBSymbolBlock>(PDB_SymType::Block);
478 VerifyDyncast<PDBSymbolData>(PDB_SymType::Data);
479 VerifyDyncast<PDBSymbolAnnotation>(PDB_SymType::Annotation);
480 VerifyDyncast<PDBSymbolLabel>(PDB_SymType::Label)
    [all...]

Completed in 155 milliseconds