/third_party/boost/tools/build/src/tools/features/ |
D | asmflags-feature.jam | 10 [[bbv2.builtin.features.asmflags]]`asmflags`:: 15 feature.feature asmflags
|
/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/flutter/skia/gn/ |
D | BUILD.gn | 32 asmflags = [] 112 asmflags += [ "-march=loongson3a" ] 120 asmflags += [ "-march=mips64" ] 123 asmflags += [ "-m32" ] 157 asmflags += [ 395 asmflags = extra_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/musl/ |
D | musl_template.gni | 176 asmflags = cflags 306 asmflags = cflags 438 asmflags = [ 461 asmflags = [ 490 asmflags = [ 519 asmflags = [
|
/third_party/boost/tools/build/src/tools/ |
D | embarcadero.jam | 68 `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> ;
|
D | common.jam | 432 # - OPTIONS for compile.asm to the value of <asmflags> in $(options) 459 [ feature.get-values <asmflags> : $(options) ] : unchecked ;
|
D | cray.jam | 406 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/ |
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/boost/libs/context/doc/ |
D | requirements.qbk | 26 [important Windows using fcontext_t: for safe SEH the property 'asmflags=\safeseh' must be specifie…
|
/third_party/gn/misc/vim/syntax/ |
D | gn.vim | 46 syn keyword gnVariable args arflags asmflags assert_no_deps
|
/third_party/flutter/skia/gn/toolchain/ |
D | BUILD.gn | 77 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/ |
D | BUILD.gn | 128 asmflags = cflags
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | msvs_emulation.py | 428 asmflags = [] 431 asmflags.append('/safeseh') 432 return asmflags
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | msvs_emulation.py | 467 asmflags = [] 470 asmflags.append("/safeseh") 471 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/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/ |
D | BUILD.gn | 484 asmflags = [ "-march=armv8.2-a+dotprod+fp16" ]
|
/third_party/gn/docs/ |
D | reference.md | 93 * [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/ |
D | ninja.py | 902 asmflags = self.msvs_settings.GetAsmflags(config_name) 943 map(self.ExpandSpecial, asmflags))
|