Searched refs:snapshotLibraryDecorator (Results 1 – 4 of 4) sorted by relevance
/build/soong/rust/ |
D | snapshot_prebuilt.go | 28 type snapshotLibraryDecorator struct { struct 51 …tLibraryFactory(image cc.SnapshotImage, moduleSuffix string) (*Module, *snapshotLibraryDecorator) { 57 prebuilt := &snapshotLibraryDecorator{ 72 func (library *snapshotLibraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) and… argument 95 func (library *snapshotLibraryDecorator) rustdoc(ctx ModuleContext, flags Flags, deps PathDeps) and… argument 117 func (library *snapshotLibraryDecorator) MatchesWithDevice(config android.DeviceConfig) bool { argument 128 func (library *snapshotLibraryDecorator) IsSnapshotPrebuilt() bool { argument 132 var _ cc.SnapshotInterface = (*snapshotLibraryDecorator)(nil)
|
/build/soong/cc/ |
D | snapshot_prebuilt.go | 407 type snapshotLibraryDecorator struct { struct 419 func (p *snapshotLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument 424 func (p *snapshotLibraryDecorator) MatchesWithDevice(config android.DeviceConfig) bool { argument 438 func (p *snapshotLibraryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects… argument 508 func (p *snapshotLibraryDecorator) install(ctx ModuleContext, file android.Path) { argument 514 func (p *snapshotLibraryDecorator) nativeCoverage() bool { argument 518 func (p *snapshotLibraryDecorator) isSanitizerEnabled(t SanitizerType) bool { argument 527 func (p *snapshotLibraryDecorator) setSanitizerVariation(t SanitizerType, enabled bool) { argument 539 …shotLibraryFactory(image SnapshotImage, moduleSuffix string) (*Module, *snapshotLibraryDecorator) { 546 prebuilt := &snapshotLibraryDecorator{ [all …]
|
D | androidmk.go | 520 func (c *snapshotLibraryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidM…
|
D | sanitize.go | 1029 if p, ok := d.linker.(*snapshotLibraryDecorator); ok {
|