Home
last modified time | relevance | path

Searched refs:SetValueForArch (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dbp2build.go251 srcs.SetValueForArch(arch.Name, srcsList)
256 copts.SetValueForArch(arch.Name, parseCopts(baseCompilerProps))
264 …srcs.SetValueForArch(arch.Name, bazel.SubtractBazelLabelList(srcs.GetValueForArch(arch.Name), srcs…
273 srcs.SetValueForArch(bazel.CONDITIONS_DEFAULT, defaultsSrcs)
347 deps.SetValueForArch(arch.Name, android.BazelLabelForModuleDeps(ctx, libs))
348 linkopts.SetValueForArch(arch.Name, getBp2BuildLinkerFlags(baseLinkerProps))
349 …wholeArchiveDeps.SetValueForArch(arch.Name, android.BazelLabelForModuleDeps(ctx, wholeArchiveLibs))
352 versionScript.SetValueForArch(arch.Name,
357 dynamicDeps.SetValueForArch(arch.Name, android.BazelLabelForModuleDeps(ctx, sharedLibs))
432 includeDirsAttribute.SetValueForArch(arch.Name, archIncludeDirs)
/build/soong/bazel/
Dproperties.go256 func (attr *LabelAttribute) SetValueForArch(arch string, value Label) { func
327 attrs.SetValueForArch(arch, this)
377 func (attrs *LabelListAttribute) SetValueForArch(arch string, value LabelList) { func
498 func (attrs *StringListAttribute) SetValueForArch(arch string, value []string) { func
543 attrs.SetValueForArch(arch, this)
/build/soong/bp2build/
Dtesting.go147 paths.SetValueForArch(arch.Name, android.BazelLabelForModuleSrc(ctx, archProps.Arch_paths))