Home
last modified time | relevance | path

Searched refs:BaseLinkerProperties (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dbp2build.go52 for _, p := range module.GetTargetProperties(&BaseLinkerProperties{}) {
54 if baseLinkerProps, ok := p.(*BaseLinkerProperties); ok {
62 for _, p := range module.GetArchProperties(ctx, &BaseLinkerProperties{}) {
64 if baseLinkerProps, ok := p.(*BaseLinkerProperties); ok {
301 func getBp2BuildLinkerFlags(linkerProperties *BaseLinkerProperties) []string { argument
319 if baseLinkerProps, ok := linkerProps.(*BaseLinkerProperties); ok {
340 for arch, p := range module.GetArchProperties(ctx, &BaseLinkerProperties{}) {
341 if baseLinkerProps, ok := p.(*BaseLinkerProperties); ok {
361 for os, p := range module.GetTargetProperties(&BaseLinkerProperties{}) {
362 if baseLinkerProps, ok := p.(*BaseLinkerProperties); ok {
Dlinker.go29 type BaseLinkerProperties struct { struct
224 Properties BaseLinkerProperties