Searched defs:prebuiltLibraryLinker (Results 1 – 1 of 1) sorted by relevance
62 type prebuiltLibraryLinker struct { struct63 *libraryDecorator64 prebuiltLinker70 func (p *prebuiltLibraryLinker) linkerInit(ctx BaseModuleContext) {}72 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {76 func (p *prebuiltLibraryLinker) linkerFlags(ctx ModuleContext, flags Flags) Flags {80 func (p *prebuiltLibraryLinker) linkerProps() []interface{} {84 func (p *prebuiltLibraryLinker) link(ctx ModuleContext,118 func (p *prebuiltLibraryLinker) shared() bool {122 func (p *prebuiltLibraryLinker) nativeCoverage() bool {[all …]