Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 25 of 877) sorted by relevance

12345678910>>...36

/external/pigweed/pw_toolchain/arm_clang/
DBUILD.gn54 cflags = [ "-mcpu=cortex-m0plus" ]
55 cflags += cortex_m_common_flags
56 cflags += cortex_m_software_fpu_flags
57 asmflags = cflags
58 ldflags = cflags
62 cflags = [ "-mcpu=cortex-m3" ]
63 cflags += cortex_m_common_flags
64 cflags += cortex_m_software_fpu_flags
65 asmflags = cflags
66 ldflags = cflags
[all …]
/external/bcc/src/cc/frontends/clang/
Dkbuild_helper.cc37 int KBuildHelper::get_flags(const char *uname_machine, vector<string> *cflags) { in get_flags() argument
73 cflags->push_back("-nostdinc"); in get_flags()
74 cflags->push_back("-isystem"); in get_flags()
75 cflags->push_back("/virtual/lib/clang/include"); in get_flags()
100 cflags->push_back("-Iarch/"+arch+"/include/"); in get_flags()
101 cflags->push_back("-I" + kdir_ + "/build/arch/"+arch+"/include/generated"); in get_flags()
102 cflags->push_back("-Iinclude"); in get_flags()
103 cflags->push_back("-I" + kdir_ + "/build/include"); in get_flags()
104 cflags->push_back("-Iarch/"+arch+"/include/uapi"); in get_flags()
105 cflags->push_back("-I" + kdir_ + "/build/arch/"+arch+"/include/generated/uapi"); in get_flags()
[all …]
/external/pigweed/pw_toolchain/arm_gcc/
DBUILD.gn34 cflags = [ "-Wno-psabi" ]
42 cflags = asmflags + [
47 ldflags = cflags + [
54 cflags = [ "-u_printf_float" ]
55 ldflags = cflags
59 cflags = [ "-mcpu=cortex-m0plus" ]
60 asmflags = cflags
61 ldflags = cflags
65 cflags = [ "-mcpu=cortex-m3" ]
66 asmflags = cflags
[all …]
/external/pigweed/pw_toolchain/py/pw_toolchain/
Dclang_arm_toolchain.py79 def _compiler_info_command(print_command: str, cflags: List[str]) -> str:
81 command.extend(cflags)
92 def get_gcc_lib_dir(cflags: List[str]) -> Path:
94 _compiler_info_command('-print-libgcc-file-name', cflags)
98 def get_compiler_info(cflags: List[str]) -> Dict[str, str]:
101 str(get_gcc_lib_dir(cflags)), "."
104 _compiler_info_command('-print-sysroot', cflags), "."
106 compiler_info['version'] = _compiler_info_command('-dumpversion', cflags)
108 '-print-multi-directory', cflags
116 cflags = [
[all …]
/external/libvpx/tools/
Dset_analyzer_env.sh68 cflags="-fsanitize=${sanitizer}"
72 cflags="${cflags} -fno-strict-aliasing"
74 cflags="${cflags} -fno-omit-frame-pointer"
76 cflags="${cflags} -fno-optimize-sibling-calls"
80 cflags="${cflags} -fno-sanitize-trap=cfi -flto -fvisibility=hidden"
90 export CFLAGS="${cflags}"
91 export CXXFLAGS="${cflags}"
/external/skia/gn/
Dgn_to_bp_utils.py50 def CleanupCFlags(cflags): argument
52 cflags = {s for s in cflags if s.startswith('-W')}
56 cflags = cflags.union([
66 cflags = cflags.union([
75 if "-Weverything" in cflags:
76 cflags.remove("-Weverything")
80 cflags = sorted(cflags)
81 cflags.insert(0, "-U_FORTIFY_SOURCE")
82 return cflags
/external/libusb/.private/
Dci-build.sh45 cflags="-O2"
48 cflags+=" -Winline"
49 cflags+=" -Wmissing-include-dirs"
50 cflags+=" -Wnested-externs"
51 cflags+=" -Wpointer-arith"
52 cflags+=" -Wredundant-decls"
53 cflags+=" -Wswitch-enum"
57 CFLAGS="${cflags}" ../configure --enable-examples-build --enable-tests-build "$@"
/external/arm-optimized-routines/
Dconfig.mk.dist44 math-cflags =
48 string-cflags =
49 networking-cflags =
53 #math-cflags += -DUSE_MPFR
56 math-cflags += -frounding-math -fexcess-precision=standard -fno-stack-protector
57 math-cflags += -ffp-contract=fast -fno-math-errno
60 #math-cflags += -ffp-contract=fast
63 #math-cflags += -DWANT_VMATH=0
68 math-cflags += -march=armv8.2-a+sve
70 math-cflags += -DWANT_SVE_MATH=$(WANT_SVE_MATH)
[all …]
/external/skia/gn/skia/
DBUILD.gn54 cflags = []
66 cflags += [
71 cflags += [ "-Wno-attributes" ]
77 cflags += [ "-ffp-contract=off" ]
85 cflags += [ "--sysroot=" +
96 cflags += [ target_triple ]
102 cflags += [ "--target=arm64-windows" ]
104 cflags += [
126 cflags += [
141 cflags += [
[all …]
/external/llvm/soong/
Dllvm.go25 var cflags []string
28 cflags = append(cflags, "-D_DEBUG", "-UNDEBUG")
31 return cflags
35 var cflags []string
37 return cflags
41 var cflags []string
44 cflags = append(cflags, "-O0", "-g")
47 return cflags
/external/pigweed/pw_toolchain/host_clang/
DBUILD.gn20 cflags = [ "-fsanitize=address" ]
21 ldflags = cflags
25 cflags = [
34 ldflags = cflags
38 cflags = [
49 ldflags = cflags
71 cflags = [
78 ldflags = cflags
82 cflags = [ "-fsanitize=thread" ]
83 ldflags = cflags
[all …]
/external/openscreen/build/config/
DBUILD.gn29 cflags = []
31 cflags += [ "-fPIC" ]
51 cflags = []
56 cflags += [ "-m64" ]
59 cflags += [ "-m32" ]
62 cflags += [
70 cflags += [ "--target=aarch64-linux-gnu" ]
101 cflags = [
113 cflags += [ "-Wno-maybe-uninitialized" ]
123 cflags += [
[all …]
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/
Dsub.mk6 cflags-y += -DTHIRTY_TWO_BIT -DCFG_TEE_TA_LOG_LEVEL=$(CFG_TEE_TA_LOG_LEVEL) -D_ARM_ -w -Wno-strict-…
9 cflags-y += -mstrict-align
11 cflags-y += -mno-unaligned-access
15 cflags-y += -DfTPMDebug=1
16 cflags-y += -DDBG=1
17 cflags-y += -O0
18 cflags-y += -DDEBUG
20 cflags-y += -Os
21 cflags-y += -DNDEBUG
/external/cpu_features/
DAndroid.bp40 cflags: [
73 cflags: [
78 cflags: [
117 cflags: [
125 cflags: [
133 cflags: [
165 cflags: [
170 cflags: [
175 cflags: [
180 cflags: [
[all …]
/external/perfetto/gn/standalone/
DBUILD.gn44 cflags = [
50 cflags += [
58 cflags = [
71 cflags += [ "-Weverything" ]
73 cflags += [
154 cflags = [ "-fvisibility=hidden" ]
166 cflags = []
179 cflags += [
189 cflags += [ "-Wno-deprecated" ]
193 cflags += [
[all …]
/external/pigweed/pw_build/
DBUILD.gn29 cflags = [
33 ldflags = cflags
38 cflags = [ "-g" ]
43 cflags = [ "-g3" ]
48 cflags = [ "-Og" ]
49 ldflags = cflags
53 cflags = [ "-O2" ]
54 ldflags = cflags
58 cflags = [ "-O3" ]
59 ldflags = cflags
[all …]
/external/angle/build/config/compiler/
DBUILD.gn269 cflags = []
321 cflags += [ "-fno-delete-null-pointer-checks" ]
328 cflags += [ "-fno-ident" ]
336 cflags += [ "-fno-strict-aliasing" ] # See http://crbug.com/32204
351 cflags += scs_parameters
358 cflags += [ "-fstack-protector-strong" ]
360 cflags += [ "-fstack-protector" ]
366 cflags += [ "--param=ssp-buffer-size=4" ]
371 cflags += [ "-fno-stack-protector" ]
374 cflags += [ "-fstack-protector" ]
[all …]
/external/cronet/build/config/compiler/
DBUILD.gn258 cflags = []
308 cflags += [ "-fno-delete-null-pointer-checks" ]
315 cflags += [ "-fno-ident" ]
323 cflags += [ "-fno-strict-aliasing" ] # See http://crbug.com/32204
330 cflags += [ "-fstack-protector-strong" ]
332 cflags += [ "-fstack-protector" ]
338 cflags += [ "--param=ssp-buffer-size=4" ]
343 cflags += [ "-fno-stack-protector" ]
346 cflags += [ "-fstack-protector" ]
383 cflags += [ "-g" ]
[all …]
/external/skia/third_party/
Dthird_party.gni15 cflags = []
20 cflags += [
29 cflags += [
34 cflags += [
92 if (!defined(cflags)) {
93 cflags = []
96 cflags += [ "/w" ]
98 cflags += [ "-w" ]
/external/python/cpython3/kokoro/
Dbuild.py39 cflags = ['-Wno-unused-command-line-argument']
58 cflags.append('-mmacosx-version-min={}'.format(MAC_MIN_VERSION))
59 cflags.append('-DMACOSX_DEPLOYMENT_TARGET={}'.format(MAC_MIN_VERSION))
60 cflags.extend(['-arch', 'arm64'])
61 cflags.extend(['-arch', 'x86_64'])
67 cflags.append('-Werror=unguarded-availability')
71 cflags.append('-DHAVE_DYLD_SHARED_CACHE_CONTAINS_PATH=1')
85 config_cmd.append('CFLAGS={}'.format(' '.join(cflags)))
86 config_cmd.append('LDFLAGS={}'.format(' '.join(cflags + ldflags + [extra_ldflags])))
/external/python/pybind11/pybind11/
Dsetup_helpers.py141 cflags = []
144 cflags += ["/EHsc", "/bigobj"]
146 cflags += ["-fvisibility=hidden", "-g0"]
148 cflags += ["-stdlib=libc++"]
150 self._add_cflags(cflags)
180 cflags = [STD_TMPL.format(level)]
193 cflags += [macosx_min]
200 cflags += ["/wd5033"]
202 cflags += ["-Wno-register"]
204 cflags += ["-Wno-deprecated-register"]
[all …]
/external/minigbm/
DMakefile8 PC_CFLAGS := $(shell $(PKG_CONFIG) --cflags $(PC_DEPS))
16 CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_amdgpu)
20 CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_intel)
23 CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_meson)
29 CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_radeon)
32 CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_rockchip)
35 CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_vc4)
/external/libxml2/
Dxml2-config.in7 cflags=
21 --cflags print pre-processor and compiler flags
69 --cflags)
70 cflags="@XML_INCLUDEDIR@ @XML_CFLAGS@"
104 if test -n "$cflags$libs"; then
105 echo $cflags $libs
/external/cronet/third_party/libxml/linux/
Dxml2-config7 cflags=
21 --cflags print pre-processor and compiler flags
69 --cflags)
70 cflags="-I${includedir}/libxml2 "
104 if test -n "$cflags$libs"; then
105 echo $cflags $libs
/external/pcre/
Dpcre2-config.in7 cflags="[--cflags]"
20 cflags="$cflags [--cflags-posix]"
23 usage="Usage: pcre2-config [--prefix] [--exec-prefix] [--version] $libs $cflags"
71 --cflags)
77 --cflags-posix)

12345678910>>...36