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

  /external/clang/lib/CodeGen/
CGCleanup.h 36 /// The MS C++ ABI needs a pointer to RTTI data plus some flags to describe the
39 llvm::Constant *RTTI;
163 bool isCatchAll() const { return Type.RTTI == nullptr; }
CGVTables.cpp 526 unsigned NumVTableThunks, llvm::Constant *RTTI) {
560 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
702 llvm::Constant *RTTI = CGM.GetAddrOfRTTIDescriptor(
709 VTLayout->getNumVTableThunks(), RTTI);
    [all...]
ItaniumCXXABI.cpp 332 /**************************** RTTI Uniqueness ******************************/
335 /// Returns true if the ABI requires RTTI type_info objects to be unique
340 /// What sort of unique-RTTI behavior should we use?
342 /// We are guaranteeing, or need to guarantee, that the RTTI string
346 /// We are not guaranteeing uniqueness for the RTTI string, so we
350 /// We are not guaranteeing uniqueness for the RTTI string, so we
430 // ARM64 libraries are prepared for non-unique RTTI.
    [all...]
MicrosoftCXXABI.cpp 436 // 5 routines for constructing the llvm types for MS RTTI structs.
438 llvm::SmallString<32> TDTypeName("rtti.TypeDescriptor");
472 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor");
481 CGM.getLLVMContext(), "rtti.ClassHierarchyDescriptor");
497 CGM.getLLVMContext(), "rtti.CompleteObjectLocator");
    [all...]
  /external/clang/test/SemaTemplate/
temp_arg_nontype_cxx1z.cpp 70 namespace RTTI {
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 197 RTTI = 3,
    [all...]

Completed in 109 milliseconds