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

/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1620 llvm::Constant *VFTable = getVTableAddressPoint(Base, VTableClass); local
1621 assert(VFTable && "Couldn't find a vftable for the given base?");
1622 return VFTable;
1681 if (llvm::GlobalValue *VFTable =
1683 VFTablesMap[ID] = VFTable;
1686 cast<llvm::GlobalAlias>(VFTable)->getBaseObject())
1687 : cast<llvm::GlobalVariable>(VFTable);
1704 llvm::GlobalValue *VFTable; local
1717 // Only insert a pointer into the VFTable for RTTI data if we are not
1723 // Create a GEP which points just after the first entry in the VFTable,
[all...]

Completed in 68 milliseconds