Lines Matching refs:copts
89 copts bazel.StringListAttribute member
103 copts := bazel.StringListAttribute{Value: lib.SharedProperties.Shared.Cflags}
118 copts: copts,
127 copts bazel.StringListAttribute member
141 copts := bazel.StringListAttribute{Value: lib.StaticProperties.Static.Cflags}
156 copts: copts,
166 copts bazel.StringListAttribute member
174 var copts bazel.StringListAttribute
192 var copts []string
197 copts = append(copts, strings.Split(flag, " ")...)
200 copts = append(copts, includeFlag(dir))
202 return copts
226 copts.Value = parseCopts(baseCompilerProps)
240 copts.Value = append(copts.Value, includeFlag("."))
242 copts.Value = append(copts.Value, includeFlag("."))
256 copts.SetValueForArch(arch.Name, parseCopts(baseCompilerProps))
281 copts.SetValueForOS(os.Name, parseCopts(baseCompilerProps))
287 copts: copts,