Searched refs:asmflags (Results 1 – 20 of 20) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/ |
D | BUILD.gn | 70 asmflags = [ "-D__strlen_armv6t2=strlen" ] 72 asmflags += [ "-D__strcpy_arm=__strcpy" ] 74 asmflags += [ "-D__strcpy_arm=strcpy" ] 85 cflags += asmflags
|
/third_party/skia/gn/skia/ |
D | BUILD.gn | 52 asmflags = [] 86 asmflags += [ target_triple ] 162 asmflags += [ "-m32" ] 216 asmflags += [ 236 asmflags += [ "-miphoneos-version-min=$ios_min_target" ] 249 asmflags += [ 273 asmflags += [ 562 asmflags = extra_asmflags
|
/third_party/skia/third_party/externals/swiftshader/ |
D | BUILD.gn | 20 asmflags = [] 72 asmflags += [ "-mbranch-protection=standard" ]
|
/third_party/musl/porting/uniproton/kernel/ |
D | BUILD.gn | 70 asmflags = [ 74 cflags += asmflags
|
/third_party/gn/src/gn/ |
D | config_values.h | 37 STRING_VALUES_ACCESSOR(asmflags) in STRING_VALUES_ACCESSOR() argument
|
D | config_values_generator.cc | 96 FILL_STRING_CONFIG_VALUE(asmflags) in Run()
|
D | desc_builder.cc | 270 CONFIG_VALUE_ARRAY_HANDLER(asmflags, std::string) in BuildDescription() 502 CONFIG_VALUE_ARRAY_HANDLER(asmflags, std::string, in BuildDescription()
|
D | ninja_target_writer.cc | 250 &ConfigValues::asmflags, opts, path_output_, out_, true, in WriteCCompilerVars()
|
D | function_toolchain.cc | 641 {{asmflags}}
|
/third_party/musl/ |
D | musl_template.gni | 243 asmflags = cflags 399 asmflags = cflags 614 asmflags = [ 639 asmflags = [ 670 asmflags = [ 702 asmflags = [
|
/third_party/gn/misc/vim/syntax/ |
D | gn.vim | 46 syn keyword gnVariable args arflags asmflags assert_no_deps
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | msvs_emulation.py | 473 asmflags = [] 476 asmflags.append("/safeseh") 477 return asmflags
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | msvs_emulation.py | 473 asmflags = [] 476 asmflags.append("/safeseh") 477 return asmflags
|
/third_party/skia/gn/toolchain/ |
D | BUILD.gn | 127 command = "$env_setup \"$bin/$_ml.exe\" {{asmflags}} /nologo /c /Fo {{output}} {{source}}" 287 …command = "$cc_wrapper $cc -MD -MF $depfile {{defines}} {{include_dirs}} {{asmflags}} -c {{source}…
|
/third_party/musl/scripts/build_lite/ |
D | BUILD.gn | 159 asmflags = cflags
|
/third_party/gn/docs/ |
D | reference.md | 93 * [asmflags: [string list] Flags passed to the assembler.](#var_asmflags) 1365 args, asmflags, bridge_header, cflags, cflags_c, cflags_cc, cflags_objc, 1457 args, asmflags, bridge_header, cflags, cflags_c, cflags_cc, cflags_objc, 1748 asmflags, defines, include_dirs, inputs, ldflags, lib_dirs, 1942 asmflags, defines, include_dirs, inputs, ldflags, lib_dirs, 1974 asmflags, defines, include_dirs, inputs, ldflags, lib_dirs, 2009 asmflags, defines, include_dirs, inputs, ldflags, lib_dirs, 2043 asmflags, defines, include_dirs, inputs, ldflags, lib_dirs, 2088 asmflags, defines, include_dirs, inputs, ldflags, lib_dirs, 2112 asmflags, defines, include_dirs, inputs, ldflags, lib_dirs, [all …]
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | ninja.py | 1080 asmflags = self.msvs_settings.GetAsmflags(config_name) 1135 ninja_file, "asmflags", map(self.ExpandSpecial, asmflags)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | ninja.py | 1080 asmflags = self.msvs_settings.GetAsmflags(config_name) 1135 ninja_file, "asmflags", map(self.ExpandSpecial, asmflags)
|
/third_party/node/deps/v8/ |
D | BUILD.gn | 1050 asmflags = [ "-mmark-bti-property" ] 1055 asmflags = [ "-mbranch-protection=pac-ret" ]
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 4385 asmflags += [ "-fPIC" ] 4849 + # Assign any flags set for the C compiler to asmflags so that they are sent 4851 + asmflags = cflags
|