Home | History | Annotate | Download | only in core

Lines Matching refs:rtti

632 # Return true if a module's compiler flags enable rtti
633 # We just look at -frtti and -fno-rtti on the command-line
635 module-flags-have-rtti = $(strip \
637 $(lastword $(filter -frtti -fno-rtti,$(call module-get-c++-flags,$1)))\
660 $(eval __cxxbad := $(filter-out rtti exceptions,$(__ndk_modules.$1.CPP_FEATURES)))\
667 $(if $(call module-flags-have-rtti,$1),rtti) \
671 $(call module-filter-out-compiler-flags,$1,-frtti -fno-rtti -fexceptions -fno-exceptions)\
674 # (i.e. RTTI or Exceptions)
677 # $2: list of features (e.g. 'rtti' or 'exceptions')