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

  /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 86 # FIXME: This only requires RTTI because tblgen uses it. Fix that.
  /external/stlport/
configure 76 --without-rtti Disable RTTI when building libraries.
201 --without-rtti)
  /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 511 llvm::Constant *RTTI = CGM.GetAddrOfRTTIDescriptor(ClassType);
539 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
    [all...]
CodeGenModule.cpp 325 /// Set the symbol visibility of type information (vtable and RTTI)
335 // We never want to drop the visibility for RTTI names.
379 // this if we're emitting RTTI under -fno-rtti.
380 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 421 if (LangOpts.RTTI)
    [all...]
CompilerInvocation.cpp     [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/Lex/
PPMacroExpansion.cpp 822 .Case("cxx_rtti", LangOpts.RTTI)
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaExprCXX.cpp 390 if (!getLangOpts().RTTI) {
    [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /external/clang/lib/Basic/
Targets.cpp 557 if (Opts.RTTI)
    [all...]

Completed in 273 milliseconds