Home | History | Annotate | Download | only in core

Lines Matching refs:RTTI

844 # Return true if a module's compiler flags enable rtti
845 # We just look at -frtti and -fno-rtti on the command-line
847 module-flags-have-rtti = $(strip \
849 $(lastword $(filter -frtti -fno-rtti,$(call module-get-c++-flags,$1)))\
872 $(eval __cxxbad := $(filter-out rtti exceptions,$(__ndk_modules.$1.CPP_FEATURES)))\
879 $(if $(call module-flags-have-rtti,$1),rtti) \
883 $(call module-filter-out-compiler-flags,$1,-frtti -fno-rtti -fexceptions -fno-exceptions)\
886 # (i.e. RTTI or Exceptions)
889 # $2: list of features (e.g. 'rtti' or 'exceptions')
1769 -fno-rtti \