Searched refs:GetArchProperties (Results 1 – 3 of 3) sorted by relevance
/build/soong/cc/ |
D | bp2build.go | 62 for _, p := range module.GetArchProperties(ctx, &BaseLinkerProperties{}) { 245 for arch, props := range module.GetArchProperties(ctx, &BaseCompilerProperties{}) { 262 for arch, props := range module.GetArchProperties(ctx, &BaseCompilerProperties{}) { 340 for arch, p := range module.GetArchProperties(ctx, &BaseLinkerProperties{}) { 422 for arch, props := range module.GetArchProperties(ctx, &FlagExporterProperties{}) {
|
/build/soong/bp2build/ |
D | testing.go | 145 for arch, props := range m.GetArchProperties(ctx, &customProps{}) {
|
/build/soong/android/ |
D | arch.go | 1872 func (m *ModuleBase) GetArchProperties(ctx ArchVariantContext, propertySet interface{}) map[ArchTyp… func
|