Searched refs:NativeTypeVTShape (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.cpp1 #include "llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h"
7 NativeTypeVTShape::NativeTypeVTShape(NativeSession &Session, SymIndexId Id, function in class:NativeTypeVTShape
13 NativeTypeVTShape::~NativeTypeVTShape() {}
15 void NativeTypeVTShape::dump(raw_ostream &OS, int Indent,
29 bool NativeTypeVTShape::isConstType() const { return false; }
31 bool NativeTypeVTShape::isVolatileType() const { return false; }
33 bool NativeTypeVTShape::isUnalignedType() const { return false; }
35 uint32_t NativeTypeVTShape
[all...]
H A DSymbolCache.cpp25 #include "llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h"
223 Id = createSymbolForType<NativeTypeVTShape, VFTableShapeRecord>(
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.h1 //===- NativeTypeVTShape.h - info about virtual table shape ------*- C++-*-===//
21 class NativeTypeVTShape : public NativeRawSymbol { class in namespace:llvm::pdb
24 NativeTypeVTShape(NativeSession &Session, SymIndexId Id,
27 ~NativeTypeVTShape() override;
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile526 SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeVTShape.cpp

Completed in 56 milliseconds