Home
last modified time | relevance | path

Searched refs:LabelListAttribute (Results 1 – 10 of 10) sorted by relevance

/build/soong/cc/
Dbp2build.go90 srcs bazel.LabelListAttribute
91 staticDeps bazel.LabelListAttribute
92 dynamicDeps bazel.LabelListAttribute
93 wholeArchiveDeps bazel.LabelListAttribute
105 srcs := bazel.LabelListAttribute{
108 staticDeps := bazel.LabelListAttribute{
111 dynamicDeps := bazel.LabelListAttribute{
114 wholeArchiveDeps := bazel.LabelListAttribute{
128 srcs bazel.LabelListAttribute
129 staticDeps bazel.LabelListAttribute
[all …]
Dobject.go115 Srcs bazel.LabelListAttribute
116 Hdrs bazel.LabelListAttribute
117 Deps bazel.LabelListAttribute
162 var deps bazel.LabelListAttribute
Dlibrary_headers.go113 Hdrs bazel.LabelListAttribute
115 Deps bazel.LabelListAttribute
Dlibrary.go224 Srcs bazel.LabelListAttribute
225 Hdrs bazel.LabelListAttribute
226 Deps bazel.LabelListAttribute
227 Dynamic_deps bazel.LabelListAttribute
228 Whole_archive_deps bazel.LabelListAttribute
234 Shared_srcs bazel.LabelListAttribute
235 Static_deps_for_shared bazel.LabelListAttribute
236 Dynamic_deps_for_shared bazel.LabelListAttribute
237 Whole_archive_deps_for_shared bazel.LabelListAttribute
242 Static_srcs bazel.LabelListAttribute
[all …]
/build/soong/bazel/
Dproperties.go300 type LabelListAttribute struct { struct
316 func MakeLabelListAttribute(value LabelList) LabelListAttribute {
317 return LabelListAttribute{Value: UniqueBazelLabelList(value)}
322 func (attrs *LabelListAttribute) Append(other LabelListAttribute) { argument
342 func (attrs LabelListAttribute) HasConfigurableValues() bool { argument
357 func (attrs *LabelListAttribute) archValuePtrs() map[string]*LabelList { argument
368 func (attrs *LabelListAttribute) GetValueForArch(arch string) LabelList { argument
377 func (attrs *LabelListAttribute) SetValueForArch(arch string, value LabelList) { argument
385 func (attrs *LabelListAttribute) osValuePtrs() map[string]*LabelList { argument
398 func (attrs *LabelListAttribute) GetValueForOS(os string) LabelList { argument
[all …]
/build/soong/bp2build/
Dconfigurability.go49 func getLabelListValues(list bazel.LabelListAttribute) (reflect.Value, selects, selects) { argument
78 case bazel.LabelListAttribute:
Dtesting.go119 Arch_paths bazel.LabelListAttribute
/build/soong/python/
Dbinary.go39 Srcs bazel.LabelListAttribute
40 Data bazel.LabelListAttribute
/build/soong/android/
Dfilegroup.go33 Srcs bazel.LabelListAttribute
/build/soong/genrule/
Dgenrule.go807 Srcs bazel.LabelListAttribute
809 Tools bazel.LabelListAttribute