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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.h127 /// GetAddrOfVTT - Get the address of the VTT for the given record decl.
128 llvm::GlobalVariable *GetAddrOfVTT(const CXXRecordDecl *RD);
H A DCGVTT.cpp105 llvm::GlobalVariable *CodeGenVTables::GetAddrOfVTT(const CXXRecordDecl *RD) { function in class:CodeGenVTables
H A DCGClass.cpp500 VTT = CGM.getVTables().GetAddrOfVTT(RD);
H A DItaniumCXXABI.cpp1962 llvm::GlobalVariable *VTT = VTables.GetAddrOfVTT(RD);

Completed in 128 milliseconds