Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTTBuilder.cpp48 SecondaryVirtualPointerIndices[Base] = VTTComponents.size(); in AddVTablePointer()
52 VTTComponents.push_back(VTTComponent()); in AddVTablePointer()
56 VTTComponents.push_back(VTTComponent(VTableIndex, Base)); in AddVTablePointer()
192 SubVTTIndices[Base] = VTTComponents.size(); in LayoutVTT()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTTBuilder.h85 VTTComponentsVectorTy VTTComponents; variable
142 return VTTComponents; in getVTTComponents()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp57 SmallVector<llvm::Constant *, 8> VTTComponents; in EmitVTTDefinition() local
98 VTTComponents.push_back(Init); in EmitVTTDefinition()
101 llvm::Constant *Init = llvm::ConstantArray::get(ArrayType, VTTComponents); in EmitVTTDefinition()