Home
last modified time | relevance | path

Searched refs:BaseCompilerProperties (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dbp2build.go184 parseLocalIncludeDirs := func(baseCompilerProps *BaseCompilerProperties) []string {
191 parseCopts := func(baseCompilerProps *BaseCompilerProperties) []string {
215 parseSrcs := func(baseCompilerProps *BaseCompilerProperties) bazel.LabelList {
224 if baseCompilerProps, ok := props.(*BaseCompilerProperties); ok {
245 for arch, props := range module.GetArchProperties(ctx, &BaseCompilerProperties{}) {
246 if baseCompilerProps, ok := props.(*BaseCompilerProperties); ok {
262 for arch, props := range module.GetArchProperties(ctx, &BaseCompilerProperties{}) {
263 if _, ok := props.(*BaseCompilerProperties); ok {
276 for os, props := range module.GetTargetProperties(&BaseCompilerProperties{}) {
277 if baseCompilerProps, ok := props.(*BaseCompilerProperties); ok {
Dcompiler.go36 type BaseCompilerProperties struct { struct
220 Properties BaseCompilerProperties
/build/soong/rust/
Dcompiler.go49 Properties: BaseCompilerProperties{},
66 type BaseCompilerProperties struct { struct
159 Properties BaseCompilerProperties
Drust.go515 &BaseCompilerProperties{},