Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinker.go34 type BaseLinkerProperties struct { struct
245 func (blp *BaseLinkerProperties) crt() *bool { argument
258 func (blp *BaseLinkerProperties) libCrt() *bool { argument
268 Properties BaseLinkerProperties
Dbp2build.go497 archVariantLinkerProps := module.GetArchVariantProperties(ctx, &BaseLinkerProperties{})
531 if baseLinkerProps, ok := archVariantLinkerProps[axis][config].(*BaseLinkerProperties); ok {
627 …Context, isBinary bool, axis bazel.ConfigurationAxis, config string, props *BaseLinkerProperties) {
Dcc.go3605 &BaseLinkerProperties{},