Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTTBuilder.cpp49 SecondaryVirtualPointerIndices[Base] = VTTComponents.size(); in AddVTablePointer()
53 VTTComponents.push_back(VTTComponent()); in AddVTablePointer()
57 VTTComponents.push_back(VTTComponent(VTableIndex, Base)); in AddVTablePointer()
193 SubVTTIndicies[Base] = VTTComponents.size(); in LayoutVTT()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DVTTBuilder.h86 VTTComponentsVectorTy VTTComponents; variable
143 return VTTComponents; in getVTTComponents()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTT.cpp60 SmallVector<llvm::Constant *, 8> VTTComponents; in EmitVTTDefinition() local
89 VTTComponents.push_back(Init); in EmitVTTDefinition()
92 llvm::Constant *Init = llvm::ConstantArray::get(ArrayType, VTTComponents); in EmitVTTDefinition()