clang API Documentation

Functions
CGVTT.cpp File Reference
#include "CodeGenModule.h"
#include "CGCXXABI.h"
#include "clang/AST/RecordLayout.h"
#include "clang/AST/VTTBuilder.h"
Include dependency graph for CGVTT.cpp:

Go to the source code of this file.

Functions

static llvm::Constant * GetAddrOfVTTVTable (CodeGenVTables &CGVT, CodeGenModule &CGM, const CXXRecordDecl *MostDerivedClass, const VTTVTable &VTable, llvm::GlobalVariable::LinkageTypes Linkage, llvm::DenseMap< BaseSubobject, uint64_t > &AddressPoints)

Function Documentation

static llvm::Constant* GetAddrOfVTTVTable ( CodeGenVTables CGVT,
CodeGenModule CGM,
const CXXRecordDecl MostDerivedClass,
const VTTVTable VTable,
llvm::GlobalVariable::LinkageTypes  Linkage,
llvm::DenseMap< BaseSubobject, uint64_t > &  AddressPoints 
) [static]