HomeSort by relevance Sort by last modified time
    Searched defs:VTableShape (Results 1 - 6 of 6) sorted by null

  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 351 InsertItemWithTag(PDB_SymType::VTableShape);
413 VerifyDyncast<PDBSymbolTypeVTableShape>(PDB_SymType::VTableShape);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 433 InsertItemWithTag(PDB_SymType::VTableShape);
495 VerifyDyncast<PDBSymbolTypeVTableShape>(PDB_SymType::VTableShape);
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 479 TypeIndex DerivationList, TypeIndex VTableShape, uint64_t Size,
483 VTableShape(VTableShape), Size(Size) {}
495 TypeIndex getVTableShape() const { return VTableShape; }
517 TypeIndex VTableShape;
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 193 VTableShape,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 452 TypeIndex VTableShape, uint64_t Size, StringRef Name,
455 DerivationList(DerivationList), VTableShape(VTableShape), Size(Size) {}
470 TypeIndex getVTableShape() const { return VTableShape; }
474 TypeIndex VTableShape;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 204 VTableShape,

Completed in 2393 milliseconds