reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 3260   CGM.setDSOLocal(cast<llvm::GlobalValue>(VTable->stripPointerCasts()));
 3267   VTable =
 3268       llvm::ConstantExpr::getInBoundsGetElementPtr(CGM.Int8PtrTy, VTable, Two);
 3269   VTable = llvm::ConstantExpr::getBitCast(VTable, CGM.Int8PtrTy);
 3269   VTable = llvm::ConstantExpr::getBitCast(VTable, CGM.Int8PtrTy);
 3271   Fields.push_back(VTable);