Home
last modified time | relevance | path

Searched refs:cxa (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/tools/make/targets/
Dmcu_riscv_makefile.inc36 -fno-use-cxa-atexit \
Dhexagon_makefile.inc69 -fno-use-cxa-atexit \
Dbluepill_makefile.inc40 CXXFLAGS += $(PLATFORM_FLAGS) -fno-use-cxa-atexit
Dspresense_makefile.inc77 CXXFLAGS := $(TMP_CXXFLAGS) $(PLATFORM_FLAGS) -std=gnu++11 -fno-rtti -fno-use-cxa-atexit
Dstm32f4_makefile.inc59 CXXFLAGS += $(PLATFORM_FLAGS) -std=gnu++11 -fno-rtti -fno-use-cxa-atexit
Decm3531_makefile.inc54 -fno-use-cxa-atexit \
Dapollo3evb_makefile.inc64 -fno-use-cxa-atexit \
/external/skqp/src/compute/hs/gen/
Dmain.c501 struct hsg_op const * const cxa = nets[idx].network; in hsg_network_copy() local
505 struct hsg_op const * const cx = cxa + ii; in hsg_network_copy()
548 struct hsg_op const * const cxa = hsg_networks_merging[idx].network; in hsg_thread_merge_offset_prefix() local
552 struct hsg_op const * const cx = cxa + ii; in hsg_thread_merge_offset_prefix()
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst2296 .. option:: -fuse-cxa-atexit, -fno-use-cxa-atexit
/external/clang/include/clang/Driver/
DOptions.td998 def fno_use_cxa_atexit : Flag<["-"], "fno-use-cxa-atexit">, Group<f_Group>, Flags<[CC1Option]>,
1198 def fuse_cxa_atexit : Flag<["-"], "fuse-cxa-atexit">, Group<f_Group>;
/external/llvm-project/clang/include/clang/Driver/
DOptions.td1722 def fno_use_cxa_atexit : Flag<["-"], "fno-use-cxa-atexit">, Group<f_Group>, Flags<[CC1Option]>,
2052 def fuse_cxa_atexit : Flag<["-"], "fuse-cxa-atexit">, Group<f_Group>;