Searched refs:VTableType (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp104 auto VTableType = cast<PDBSymbolTypePointer>(Var.getType()); local
105 uint32_t PointerSize = VTableType->getLength();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp100 auto VTableType = cast<PDBSymbolTypePointer>(VTable->getType()); local
101 ElementSize = VTableType->getLength();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2120 llvm::DIType *VTableType = DBuilder.createPointerType( local
2122 EltTys.push_back(VTableType);
2125 VPtrTy = DBuilder.createPointerType(VTableType, PtrWidth);
H A DItaniumCXXABI.cpp1858 llvm::Type *VTableType = CGM.getVTables().getVTableType(VTLayout); local
1868 Name, VTableType, llvm::GlobalValue::ExternalLinkage,
H A DMicrosoftCXXABI.cpp1836 llvm::Type *VTableType = CGM.getVTables().getVTableType(VTLayout); local
1841 VTable = new llvm::GlobalVariable(CGM.getModule(), VTableType,

Completed in 201 milliseconds