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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DVTTBuilder.cpp1 //===- VTTBuilder.cpp - C++ VTT layout builder ----------------------------===//
14 #include "clang/AST/VTTBuilder.h"
31 VTTBuilder::VTTBuilder(ASTContext &Ctx, function in class:VTTBuilder
42 void VTTBuilder::AddVTablePointer(BaseSubobject Base, uint64_t VTableIndex,
59 void VTTBuilder::LayoutSecondaryVTTs(BaseSubobject Base) {
80 VTTBuilder::LayoutSecondaryVirtualPointers(BaseSubobject Base,
147 VTTBuilder::LayoutSecondaryVirtualPointers(BaseSubobject Base,
154 void VTTBuilder::LayoutVirtualVTTs(const CXXRecordDecl *RD,
179 void VTTBuilder
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DVTTBuilder.h1 //===- VTTBuilder.h - C++ VTT layout builder --------------------*- C++ -*-===//
71 class VTTBuilder { class in namespace:clang
137 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp16 #include "clang/AST/VTTBuilder.h"
44 VTTBuilder Builder(CGM.getContext(), RD, /*GenerateDefinition=*/true);
117 VTTBuilder Builder(CGM.getContext(), RD, /*GenerateDefinition=*/false);
137 VTTBuilder Builder(CGM.getContext(), RD, /*GenerateDefinition=*/false);
163 VTTBuilder Builder(CGM.getContext(), RD, /*GenerateDefinition=*/false);
/freebsd-12-stable/lib/clang/libclang/
H A DMakefile142 SRCS_MIN+= AST/VTTBuilder.cpp

Completed in 98 milliseconds