• Home
  • Raw
  • Download

Lines Matching defs:compilerAttributes

369 	compilerAttributes  anonMember
380 type compilerAttributes struct { struct
382 copts bazel.StringListAttribute
384 asFlags bazel.StringListAttribute
385 asSrcs bazel.LabelListAttribute
386 asmSrcs bazel.LabelListAttribute
388 conlyFlags bazel.StringListAttribute
389 cSrcs bazel.LabelListAttribute
391 cppFlags bazel.StringListAttribute
392 srcs bazel.LabelListAttribute
395 lSrcs bazel.LabelListAttribute
396 llSrcs bazel.LabelListAttribute
397 lexopts bazel.StringListAttribute
400 syspropSrcs bazel.LabelListAttribute
402 hdrs bazel.LabelListAttribute
404 rtti bazel.BoolAttribute
407 stl *string
408 cStd *string
409 cppStd *string
411 localIncludes bazel.StringListAttribute
412 absoluteIncludes bazel.StringListAttribute
414 includes BazelIncludes
416 protoSrcs bazel.LabelListAttribute
417 aidlSrcs bazel.LabelListAttribute
419 stubsSymbolFile *string
420 stubsVersions bazel.StringListAttribute
422 features bazel.StringListAttribute
424 suffix bazel.StringAttribute
426 fdoProfile bazel.LabelAttribute
464 …onversionPathContext, axis bazel.ConfigurationAxis, config string, props *BaseCompilerProperties) {
500 func (ca *compilerAttributes) convertStlProps(ctx android.ArchVariantContext, module *Module) {
516 …les(ctx android.BazelConversionPathContext, productVariableProps android.ProductConfigProperties) {
536 …es) finalize(ctx android.BazelConversionPathContext, implementationHdrs bazel.LabelListAttribute) {
645 func bp2BuildYasm(ctx android.Bp2buildMutatorContext, m *Module, ca compilerAttributes) *bazel.Labe…