Home
last modified time | relevance | path

Searched refs:asmflags (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/
DBUILD.gn70 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/
DBUILD.gn52 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/
DBUILD.gn20 asmflags = []
72 asmflags += [ "-mbranch-protection=standard" ]
/third_party/musl/porting/uniproton/kernel/
DBUILD.gn70 asmflags = [
74 cflags += asmflags
/third_party/gn/src/gn/
Dconfig_values.h37 STRING_VALUES_ACCESSOR(asmflags) in STRING_VALUES_ACCESSOR() argument
Dconfig_values_generator.cc96 FILL_STRING_CONFIG_VALUE(asmflags) in Run()
Ddesc_builder.cc270 CONFIG_VALUE_ARRAY_HANDLER(asmflags, std::string) in BuildDescription()
502 CONFIG_VALUE_ARRAY_HANDLER(asmflags, std::string, in BuildDescription()
Dninja_target_writer.cc250 &ConfigValues::asmflags, opts, path_output_, out_, true, in WriteCCompilerVars()
Dfunction_toolchain.cc641 {{asmflags}}
/third_party/musl/
Dmusl_template.gni243 asmflags = cflags
399 asmflags = cflags
614 asmflags = [
639 asmflags = [
670 asmflags = [
702 asmflags = [
/third_party/gn/misc/vim/syntax/
Dgn.vim46 syn keyword gnVariable args arflags asmflags assert_no_deps
/third_party/node/tools/gyp/pylib/gyp/
Dmsvs_emulation.py473 asmflags = []
476 asmflags.append("/safeseh")
477 return asmflags
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dmsvs_emulation.py473 asmflags = []
476 asmflags.append("/safeseh")
477 return asmflags
/third_party/skia/gn/toolchain/
DBUILD.gn127 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/
DBUILD.gn159 asmflags = cflags
/third_party/gn/docs/
Dreference.md93 * [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/
Dninja.py1080 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/
Dninja.py1080 asmflags = self.msvs_settings.GetAsmflags(config_name)
1135 ninja_file, "asmflags", map(self.ExpandSpecial, asmflags)
/third_party/node/deps/v8/
DBUILD.gn1050 asmflags = [ "-mmark-bti-property" ]
1055 asmflags = [ "-mbranch-protection=pac-ret" ]
/third_party/chromium/patch/
D0003-ohos-1115.patch4385 asmflags += [ "-fPIC" ]
4849 + # Assign any flags set for the C compiler to asmflags so that they are sent
4851 + asmflags = cflags