HomeSort by relevance Sort by last modified time
    Searched defs:RTTI (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGVTables.cpp 437 unsigned NumVTableThunks, llvm::Constant *RTTI) {
471 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
592 llvm::Constant *RTTI = CGM.GetAddrOfRTTIDescriptor(
599 VTLayout->getNumVTableThunks(), RTTI);
ItaniumCXXABI.cpp 246 /**************************** RTTI Uniqueness ******************************/
249 /// Returns true if the ABI requires RTTI type_info objects to be unique
254 /// What sort of unique-RTTI behavior should we use?
256 /// We are guaranteeing, or need to guarantee, that the RTTI string
260 /// We are not guaranteeing uniqueness for the RTTI string, so we
264 /// We are not guaranteeing uniqueness for the RTTI string, so we
307 // ARM64 libraries are prepared for non-unique RTTI.
    [all...]
MicrosoftCXXABI.cpp 302 // 5 routines for constructing the llvm types for MS RTTI structs.
304 llvm::SmallString<32> TDTypeName("rtti.TypeDescriptor");
338 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor");
347 CGM.getLLVMContext(), "rtti.ClassHierarchyDescriptor");
363 CGM.getLLVMContext(), "rtti.CompleteObjectLocator");
    [all...]

Completed in 134 milliseconds