Searched refs:toolchainLibraryDecorator (Results 1 – 3 of 3) sorted by relevance
37 type toolchainLibraryDecorator struct { struct45 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { argument50 func (library *toolchainLibraryDecorator) linkerProps() []interface{} { argument62 toolchainLibrary := &toolchainLibraryDecorator{74 func (library *toolchainLibraryDecorator) compile(ctx ModuleContext, flags Flags, argument79 func (library *toolchainLibraryDecorator) link(ctx ModuleContext, argument108 func (library *toolchainLibraryDecorator) nativeCoverage() bool { argument
432 func (library *toolchainLibraryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.A…
570 if _, ok := c.linker.(*toolchainLibraryDecorator); ok {