Home
last modified time | relevance | path

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

12

/third_party/boost/tools/build/src/tools/features/
Dasmflags-feature.jam10 [[bbv2.builtin.features.asmflags]]`asmflags`::
15 feature.feature asmflags
/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/flutter/skia/gn/
DBUILD.gn32 asmflags = []
112 asmflags += [ "-march=loongson3a" ]
120 asmflags += [ "-march=mips64" ]
123 asmflags += [ "-m32" ]
157 asmflags += [
395 asmflags = extra_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/musl/
Dmusl_template.gni176 asmflags = cflags
306 asmflags = cflags
438 asmflags = [
461 asmflags = [
490 asmflags = [
519 asmflags = [
/third_party/boost/tools/build/src/tools/
Dembarcadero.jam68 `asmflags`::
397 local asmflags ;
411 asmflags = /ml ;
430 flags embarcadero.asm .ASMFLAGS $(condition) : $(asmflags) ;
432 … flags embarcadero.asm USER_OPTIONS $(condition) : [ feature.get-values <asmflags> : $(options) ] ;
571 flags embarcadero.asm USER_OPTIONS <asmflags> ;
Dcommon.jam432 # - OPTIONS for compile.asm to the value of <asmflags> in $(options)
459 [ feature.get-values <asmflags> : $(options) ] : unchecked ;
Dcray.jam406 toolset.flags cray.compile.asm USER_OPTIONS <asmflags> ;
976 … options-helper $(toolset).compile.asm USER_OPTIONS $(toolset-condition) : <asmflags> $(options) ;
/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/boost/libs/context/doc/
Drequirements.qbk26 [important Windows using fcontext_t: for safe SEH the property 'asmflags=\safeseh' must be specifie…
/third_party/gn/misc/vim/syntax/
Dgn.vim46 syn keyword gnVariable args arflags asmflags assert_no_deps
/third_party/flutter/skia/gn/toolchain/
DBUILD.gn77 command = "$env_setup \"$bin/$_ml.exe\" {{asmflags}} /nologo /c /Fo {{output}} {{source}}"
227 …command = "$cc_wrapper $cc -MD -MF $depfile {{defines}} {{include_dirs}} {{asmflags}} -c {{source}…
/third_party/musl/scripts/build_lite/
DBUILD.gn128 asmflags = cflags
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dmsvs_emulation.py428 asmflags = []
431 asmflags.append('/safeseh')
432 return asmflags
/third_party/node/tools/gyp/pylib/gyp/
Dmsvs_emulation.py467 asmflags = []
470 asmflags.append("/safeseh")
471 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/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/
DBUILD.gn484 asmflags = [ "-march=armv8.2-a+dotprod+fp16" ]
/third_party/gn/docs/
Dreference.md93 * [asmflags: [string list] Flags passed to the assembler.](#var_asmflags)
1363 args, asmflags, bridge_header, cflags, cflags_c, cflags_cc, cflags_objc,
1455 args, asmflags, bridge_header, cflags, cflags_c, cflags_cc, cflags_objc,
1746 asmflags, defines, include_dirs, inputs, ldflags, lib_dirs,
1940 asmflags, defines, include_dirs, inputs, ldflags, lib_dirs,
1972 asmflags, defines, include_dirs, inputs, ldflags, lib_dirs,
2007 asmflags, defines, include_dirs, inputs, ldflags, lib_dirs,
2041 asmflags, defines, include_dirs, inputs, ldflags, lib_dirs,
2086 asmflags, defines, include_dirs, inputs, ldflags, lib_dirs,
2110 asmflags, defines, include_dirs, inputs, ldflags, lib_dirs,
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dninja.py902 asmflags = self.msvs_settings.GetAsmflags(config_name)
943 map(self.ExpandSpecial, asmflags))

12