Home
last modified time | relevance | path

Searched defs:compilerAttributes (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dbp2build.go369 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
[all …]
Dgen.go183 func bp2BuildLex(ctx android.Bp2buildMutatorContext, moduleName string, ca compilerAttributes) LexN…
Dlibrary.go454 …argetIfNeeded(ctx android.TopDownMutatorContext, m *Module, compilerAttrs compilerAttributes, expo…