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

  /external/llvm/lib/Support/
Android.mk 83 # FIXME: This only requires RTTI because tblgen uses it. Fix that.
  /ndk/toolchains/mipsel-linux-android-4.4.3/
setup.mk 80 # and RTTI work properly (when -fexceptions and -frtti are used).
  /ndk/toolchains/x86-4.4.3/
setup.mk 70 # and RTTI work properly (when -fexceptions and -frtti are used).
  /external/stlport/
configure 76 --without-rtti Disable RTTI when building libraries.
201 --without-rtti)
  /gdk/sources/llvm-ndk-cc/
Compiler.cpp 178 mLangOpts.RTTI = 0; // Turn off the RTTI information support
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 115 # and RTTI work properly (when -fexceptions and -frtti are used).
  /frameworks/compile/slang/
slang.cpp 155 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
137 // Mangle the RTTI name.
251 // If RTTI is disabled, don't consider key functions.
252 if (!Context.getLangOpts().RTTI) return false;
315 // by making them local static objects. Finally, a dummy class RTTI i
    [all...]
CGVTables.cpp 519 llvm::Constant *RTTI = CGM.GetAddrOfRTTIDescriptor(ClassType);
547 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
CodeGenModule.cpp 248 /// Set the symbol visibility of type information (vtable and RTTI)
258 // We never want to drop the visibility for RTTI names.
304 // this if we're emitting RTTI under -fno-rtti.
305 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 404 if (LangOpts.RTTI)
CompilerInvocation.cpp 689 if (!Opts.RTTI)
690 Res.push_back("-fno-rtti");
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 617 .Case("cxx_rtti", LangOpts.RTTI)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py 273 # Only keep some errors related to includes, namespaces and rtti.
279 '+runtime/rtti')
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 528 if (Opts.RTTI)
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /ndk/build/core/
definitions.mk 698 # Return true if a module's compiler flags enable rtti
699 # We just look at -frtti and -fno-rtti on the command-line
701 module-flags-have-rtti = $(strip \
703 $(lastword $(filter -frtti -fno-rtti,$(call module-get-c++-flags,$1)))\
726 $(eval __cxxbad := $(filter-out rtti exceptions,$(__ndk_modules.$1.CPP_FEATURES)))\
733 $(if $(call module-flags-have-rtti,$1),rtti) \
737 $(call module-filter-out-compiler-flags,$1,-frtti -fno-rtti -fexceptions -fno-exceptions)\
740 # (i.e. RTTI or Exceptions)
743 # $2: list of features (e.g. 'rtti' or 'exceptions'
    [all...]

Completed in 4547 milliseconds