Searched defs:VTable (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp254 llvm::Value *VTable = CGM.getCXXABI().getAddrOfVTable(RD, CharUnits()); local
H A DCGVTT.cpp63 llvm::GlobalVariable *VTable = VTables[i->VTableIndex]; local
21 GetAddrOfVTTVTable(CodeGenVTables &CGVT, CodeGenModule &CGM, const CXXRecordDecl *MostDerivedClass, const VTTVTable &VTable, llvm::GlobalVariable::LinkageTypes Linkage, VTableLayout::AddressPointsMapTy &AddressPoints) argument
H A DCGVTables.cpp798 llvm::GlobalVariable *VTable = local
1073 EmitVTableTypeMetadata(const CXXRecordDecl *RD, llvm::GlobalVariable *VTable, const VTableLayout &VTLayout) argument
[all...]
H A DCGExprCXX.cpp398 llvm::Value *VTable; local
H A DCGClass.cpp2592 llvm::Instruction *VTable = Builder.CreateLoad(VTablePtrSrc, "vtable"); local
2702 llvm::Value *VTable; local
2638 EmitTypeMetadataCodeForVCall(const CXXRecordDecl *RD, llvm::Value *VTable, SourceLocation Loc) argument
2658 EmitVTablePtrCheckForCall(const CXXRecordDecl *RD, llvm::Value *VTable, CFITypeCheckKind TCK, SourceLocation Loc) argument
2714 EmitVTablePtrCheck(const CXXRecordDecl *RD, llvm::Value *VTable, CFITypeCheckKind TCK, SourceLocation Loc) argument
2805 EmitVTableTypeCheckedLoad( const CXXRecordDecl *RD, llvm::Value *VTable, uint64_t VTableByteOffset) argument
[all...]
H A DCodeGenModule.cpp5894 void CodeGenModule::AddVTableTypeMetadata(llvm::GlobalVariable *VTable, argument
H A DItaniumCXXABI.cpp651 llvm::Value *VTable = local
1199 llvm::Value *VTable = local
1469 llvm::Value *VTable = CGF.GetVTablePtr(ThisAddr, PtrDiffLTy->getPointerTo(), local
1652 llvm::GlobalVariable *VTable = getAddrOfVTable(RD, CharUnits()); local
1714 llvm::GlobalValue *VTable = getAddrOfVTable(VTableClass, CharUnits()); local
1761 llvm::GlobalVariable *&VTable = VTables[RD]; local
1798 llvm::Value *VTable = CGF.GetVTablePtr(This, Ty, MethodDecl->getParent()); local
3280 llvm::Constant *VTable = local
[all...]
H A DMicrosoftCXXABI.cpp1672 llvm::GlobalVariable *VTable = getAddrOfVTable(RD, Info->FullOffsetInMDC); local
1618 emitVTableTypeMetadata(const VPtrInfo &Info, const CXXRecordDecl *RD, llvm::GlobalVariable *VTable) argument
1880 llvm::Value *VTable = CGF.GetVTablePtr(VPtr, Ty, MethodDecl->getParent()); local
1904 CGF.EmitTypeMetadataCodeForVCall(getObjectWithVPtr(), VTable, Loc); local
2036 llvm::Value *VTable = CGF.GetVTablePtr( local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h107 std::unique_ptr<PDBSymbolTypeVTable> VTable; member in class:llvm::pdb::VTableLayoutItem
144 VTableLayoutItem *VTable = nullptr; member in class:llvm::pdb::UDTLayoutBase
H A DPDBTypes.h267 VTable, member in class:llvm::pdb::PDB_Checksum::PDB_SymType
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp208 GlobalVariable *VTable = VTableInfo.first; local
H A DWholeProgramDevirt.cpp311 Value *VTable; member in struct:__anon5574::VirtualCallSite
437 void VTableSlotInfo::addCallSite(Value *VTable, CallSite CS, argument
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7906 typedef struct VTable VTable; typedef in typeref:struct:VTable
9880 struct VTable { struct
[all...]
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c14824 typedef struct VTable VTable; typedef in typeref:struct:VTable
17632 struct VTable { struct
[all...]

Completed in 714 milliseconds