Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dtoolchain_library.go37 type toolchainLibraryDecorator struct { struct
44 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
49 func (library *toolchainLibraryDecorator) linkerProps() []interface{} {
61 toolchainLibrary := &toolchainLibraryDecorator{
74 func (library *toolchainLibraryDecorator) compile(ctx ModuleContext, flags Flags,
79 func (library *toolchainLibraryDecorator) link(ctx ModuleContext,
115 func (library *toolchainLibraryDecorator) nativeCoverage() bool {
H A Dandroidmk.go439 func (library *toolchainLibraryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.A…
H A Dcc.go886 if _, ok := c.linker.(*toolchainLibraryDecorator); ok {