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

  /abi/cpp/
use_rtti.mk 1 # To use RTTI, "include abi/cpp/use_rtti.mk" in your target.
  /external/llvm/lib/Option/
Android.mk 13 # FIXME: This only requires RTTI because tblgen uses it. Fix that.
  /external/stlport/
libstlport.mk 4 # keep the RTTI stuff in abi/cpp/include in front of our STL headers.
configure 76 --without-rtti Disable RTTI when building libraries.
201 --without-rtti)
  /external/icu4c/config/
mh-os390 70 CXXFLAGS += -Wc,DLL,ROS,RTTI,'ARCH(7)','LOC(POSIX)',NOANSIALIAS,'CHARS(SIGNED)','LANGLVL(EXTENDED)' $(ICU_IEEE) -+
  /external/llvm/lib/Support/
Android.mk 87 # FIXME: This only requires RTTI because tblgen uses it. Fix that.
  /ndk/sources/cxx-stl/llvm-libc++/
Android.mk 42 # Building this library with -fno-rtti is not supported, though using it
43 # without RTTI is ok.
45 llvm_libc++_cxxflags += -fno-rtti
87 LOCAL_CPP_FEATURES := rtti exceptions
98 LOCAL_CPP_FEATURES := rtti exceptions
  /frameworks/compile/slang/
slang.cpp 157 LangOpts.RTTI = 0; // Turn off the RTTI information support
  /external/clang/lib/CodeGen/
CGRTTI.cpp 1 //===--- CGCXXRTTI.cpp - Emit LLVM Code for C++ RTTI descriptors ----------===//
10 // This contains code dealing with C++ code generation of RTTI descriptors.
29 /// Fields - The fields of the RTTI descriptor currently being built.
36 /// GetAddrOfExternalRTTIDescriptor - Returns the constant for the RTTI
105 /// BuildTypeInfo - Build the RTTI type info struct for the given type.
107 /// \param Force - true to force the creation of this RTTI value
136 // Mangle the RTTI name.
259 // If RTTI is disabled, assume it might be disabled in the
261 if (!Context.getLangOpts().RTTI) return false;
326 // by making them local static objects. Finally, a dummy class RTTI i
    [all...]
CGVTables.cpp 530 llvm::Constant *RTTI = CGM.GetAddrOfRTTIDescriptor(ClassType);
558 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
    [all...]
CodeGenModule.cpp 349 /// Set the symbol visibility of type information (vtable and RTTI)
359 // We never want to drop the visibility for RTTI names.
403 // this if we're emitting RTTI under -fno-rtti.
404 if (!(TVK != TVK_ForRTTI) || LangOpts.RTTI) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 106 '/GR-', # disable RTTI
261 '-fno-rtti',
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 422 if (LangOpts.RTTI)
    [all...]
CompilerInvocation.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py 279 # Only keep some errors related to includes, namespaces and rtti.
285 '+runtime/rtti')
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 156 '/GR-', # disable RTTI
374 '-fno-rtti',
  /external/clang/lib/Sema/
SemaCast.cpp 670 // dynamic_cast is not available with fno-rtti
671 if (!Self.getLangOpts().RTTI) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaExprCXX.cpp 435 if (!getLangOpts().RTTI) {
    [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /external/clang/lib/Basic/
Targets.cpp 542 if (Opts.RTTI)
    [all...]

Completed in 309 milliseconds