Home
last modified time | relevance | path

Searched refs:RTTI (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm/docs/
DHowToSetUpLLVMStyleRTTI.rst2 How to set up LLVM-style RTTI for your class hierarchy
10 LLVM avoids using C++'s built in RTTI. Instead, it pervasively uses its
11 own hand-rolled form of RTTI which is much more efficient and flexible,
14 A description of how to use LLVM-style RTTI from a client's perspective is
17 hierarchy author to make LLVM-style RTTI available to your clients.
27 This section describes how to set up the most basic form of LLVM-style RTTI
29 RTTI for this class hierarchy:
53 The most basic working setup for LLVM-style RTTI requires the following
57 "llvm/Support/Casting.h"``, which declares LLVM's RTTI templates. That
74 + /// Discriminator for LLVM-style RTTI (dyn_cast<> et al.)
[all …]
DPackaging.rst49 RTTI
50 LLVM disables RTTI by default. Add ``REQUIRES_RTTI=1`` to your environment
52 RTTI enabled and still inherit from LLVM classes.
/external/v8/testing/
Dgtest.gyp68 # gtest isn't able to figure out when RTTI is disabled for gcc
70 # and Linux builds disable RTTI, and cannot guarantee that the
73 # must be instructed that RTTI is disabled here, and for any
/external/pdfium/testing/
Dgtest.gyp74 # gtest isn't able to figure out when RTTI is disabled for gcc
76 # and Linux builds disable RTTI, and cannot guarantee that the
79 # must be instructed that RTTI is disabled here, and for any
/external/llvm/examples/ExceptionDemo/
DCMakeLists.txt12 # Enable EH and RTTI for this demo
/external/llvm/lib/Transforms/Hello/
DCMakeLists.txt1 # If we don't need RTTI or EH, there's no reason to export anything
/external/llvm/tools/bugpoint-passes/
DCMakeLists.txt5 # If we don't need RTTI or EH, there's no reason to export anything
/external/clang/examples/PrintFunctionNames/
DCMakeLists.txt1 # If we don't need RTTI or EH, there's no reason to export anything
/external/vulkan-validation-layers/tests/gtest-1.7.0/cmake/
Dinternal_utils.cmake79 # whether RTTI is enabled. Therefore we define GTEST_HAS_RTTI
87 # RTTI are enabled, so we define GTEST_HAS_* explicitly.
96 # whether RTTI is enabled. Therefore we define GTEST_HAS_RTTI
103 # RTTI can not be disabled in HP aCC compiler.
/external/google-breakpad/src/testing/gtest/cmake/
Dinternal_utils.cmake79 # whether RTTI is enabled. Therefore we define GTEST_HAS_RTTI
87 # RTTI are enabled, so we define GTEST_HAS_* explicitly.
96 # whether RTTI is enabled. Therefore we define GTEST_HAS_RTTI
103 # RTTI can not be disabled in HP aCC compiler.
/external/libbrillo/brillo/
Dtype_name_undecorate.h21 #error TypeInfo/Any with RTTI disabled is supported on clang compiler only.
/external/clang/lib/CodeGen/
DCGVTables.h67 unsigned NumVTableThunks, llvm::Constant *RTTI);
DCGException.cpp563 TypeInfo.RTTI = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()
817 if (!handler.Type.RTTI) { in EmitLandingPad()
824 if (catchTypes.insert(handler.Type.RTTI).second) in EmitLandingPad()
826 LPadInst->addClause(handler.Type.RTTI); in EmitLandingPad()
896 if (!TypeInfo.RTTI) in emitCatchPadBlock()
897 TypeInfo.RTTI = llvm::Constant::getNullValue(CGF.VoidPtrTy); in emitCatchPadBlock()
903 CatchSwitch, {TypeInfo.RTTI, CGF.Builder.getInt32(TypeInfo.Flags), in emitCatchPadBlock()
906 CGF.Builder.CreateCatchPad(CatchSwitch, {TypeInfo.RTTI}); in emitCatchPadBlock()
947 llvm::Value *typeValue = handler.Type.RTTI; in emitCatchDispatchBlock()
DCGVTables.cpp529 unsigned NumVTableThunks, llvm::Constant *RTTI) { in CreateVTableInitializer() argument
563 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy); in CreateVTableInitializer()
701 llvm::Constant *RTTI = CGM.GetAddrOfRTTIDescriptor( in GenerateConstructionVTable() local
708 VTLayout->getNumVTableThunks(), RTTI); in GenerateConstructionVTable()
DCGCleanup.h39 llvm::Constant *RTTI; member
168 bool isCatchAll() const { return Type.RTTI == nullptr; } in isCatchAll()
/external/llvm/tools/llvm-config/
DCMakeLists.txt18 # Fetch target specific compile options, e.g. RTTI option
/external/protobuf/gtest/
DCMakeLists.txt78 # whether RTTI is enabled. Therefore we define GTEST_HAS_RTTI
85 # RTTI are enabled, so we define GTEST_HAS_* explicitly.
94 # whether RTTI is enabled. Therefore we define GTEST_HAS_RTTI
/external/libcxx/include/
Dtypeinfo80 // A const char* with the non-unique RTTI bit possibly set.
D__config724 // Try to find out if RTTI is disabled.
725 // g++ and cl.exe have RTTI on by default and define a macro when it is.
/external/clang/test/SemaTemplate/
Dtemp_arg_nontype_cxx1z.cpp70 namespace RTTI { namespace
/external/clang/docs/
DMSVCCompatibility.rst84 * RTTI: :good:`Complete`. Generation of RTTI data structures has been
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h.orig61 // GTEST_HAS_RTTI - Define it to 1/0 to indicate that RTTI is/isn't
409 // Determines whether RTTI is available.
411 // The user didn't tell us whether RTTI is enabled, so we need to
416 # ifdef _CPPRTTI // MSVC defines this macro iff RTTI is enabled.
422 // Starting with version 4.3.2, gcc defines __GXX_RTTI iff RTTI is enabled.
429 // so disable RTTI when detected.
459 // For all other compilers, we assume RTTI is enabled.
466 // It's this header's responsibility to #include <typeinfo> when RTTI
585 // which is #included by <tr1/tuple>, to not compile when RTTI is
1117 // do RTTI (eg code like this:
[all …]
/external/icu/icu4c/source/config/
Dmh-aix-va13 # -qrtti turns on compiler RTTI, required beginning with ICU 4.6
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake582 # Remove flags here, for exceptions and RTTI.
590 # Provide public options to globally control RTTI and EH
594 message(FATAL_ERROR "Exception handling requires RTTI. You must set LLVM_ENABLE_RTTI to ON")
/external/clang/include/clang/Driver/
DCLCompatOptions.td76 def _SLASH_GR : CLFlag<"GR">, HelpText<"Enable emission of RTTI data">;
77 def _SLASH_GR_ : CLFlag<"GR-">, HelpText<"Disable emission of RTTI data">;

12