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

References

tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 3395     TypeNameField = llvm::ConstantExpr::getPtrToInt(TypeName, CGM.Int64Ty);
 3398     TypeNameField = llvm::ConstantExpr::getAdd(TypeNameField, flag);
 3398     TypeNameField = llvm::ConstantExpr::getAdd(TypeNameField, flag);
 3399     TypeNameField =
 3400         llvm::ConstantExpr::getIntToPtr(TypeNameField, CGM.Int8PtrTy);
 3402     TypeNameField = llvm::ConstantExpr::getBitCast(TypeName, CGM.Int8PtrTy);
 3404   Fields.push_back(TypeNameField);