Lines Matching defs:bazelCcLibraryAttributes
222 type bazelCcLibraryAttributes struct { struct
224 Srcs bazel.LabelListAttribute
225 Hdrs bazel.LabelListAttribute
226 Deps bazel.LabelListAttribute
227 Dynamic_deps bazel.LabelListAttribute
228 Whole_archive_deps bazel.LabelListAttribute
229 Copts bazel.StringListAttribute
230 Includes bazel.StringListAttribute
231 Linkopts bazel.StringListAttribute
233 Shared_copts bazel.StringListAttribute
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
238 User_link_flags bazel.StringListAttribute
239 Version_script bazel.LabelAttribute
241 Static_copts bazel.StringListAttribute
242 Static_srcs bazel.LabelListAttribute
243 Static_deps_for_static bazel.LabelListAttribute
244 Dynamic_deps_for_static bazel.LabelListAttribute
245 Whole_archive_deps_for_static bazel.LabelListAttribute
250 bazelCcLibraryAttributes anonMember