Lines Matching refs:linker
567 type linker interface { interface
812 linker linker member
940 if c.linker != nil {
941 if library, ok := c.linker.(libraryInterface); ok {
949 if c.linker != nil {
950 if stub, ok := c.linker.(*stubDecorator); ok {
958 if c.linker != nil {
959 if library, ok := c.linker.(libraryInterface); ok {
967 if c.linker != nil {
968 if library, ok := c.linker.(libraryInterface); ok {
983 if _, ok := c.linker.(*ndkPrebuiltStlLinker); ok {
990 if _, ok := c.linker.(*stubDecorator); ok {
1005 if linker, ok := c.linker.(*objectLinker); ok {
1006 return linker.isCrt()
1020 if c.linker != nil {
1021 if _, ok := c.linker.(*libraryDecorator); ok {
1024 if _, ok := c.linker.(*prebuiltLibraryLinker); ok {
1032 if _, ok := c.linker.(libraryInterface); ok {
1043 if c.linker != nil {
1044 if library, ok := c.linker.(libraryInterface); ok {
1053 if c.linker != nil {
1054 if library, ok := c.linker.(libraryInterface); ok {
1063 if c.linker != nil {
1064 if library, ok := c.linker.(libraryInterface); ok {
1072 if c.linker != nil {
1073 if library, ok := c.linker.(libraryInterface); ok {
1089 if c.linker != nil {
1090 if library, ok := c.linker.(libraryInterface); ok {
1100 if c.linker != nil {
1101 return c.linker.unstrippedOutputFilePath()
1107 if c.linker != nil {
1108 return c.linker.coverageOutputFilePath()
1129 if c.linker != nil {
1130 c.AddProperties(c.linker.linkerProps()...)
1222 if _, ok := c.linker.(*vndkPrebuiltLibraryDecorator); ok {
1238 if lib, ok := c.linker.(versionedInterface); ok {
1342 if versioned, ok := c.linker.(versionedInterface); ok {
1355 if versioned, ok := c.linker.(versionedInterface); ok {
1370 return c.linker != nil && c.linker.nativeCoverage()
1374 if p, ok := c.linker.(SnapshotInterface); ok {
1594 return ctx.mod.linker.useClangLld(actx)
1670 if p, ok := c.linker.(prebuiltLinkerInterface); ok {
1682 if p, ok := c.linker.(interface {
1700 test, ok := c.linker.(testPerSrc)
1848 if c.linker != nil {
1849 flags = c.linker.linkerFlags(ctx, flags)
1908 if c.linker != nil {
1909 outputFile := c.linker.link(ctx, flags, deps, objs)
1919 if i, ok := c.linker.(snapshotLibraryInterface); ok {
1978 if c.linker != nil {
1979 c.linker.linkerInit(ctx)
2016 if c.linker != nil {
2017 deps = c.linker.linkerDeps(ctx, deps)
2567 if lib, ok := to.linker.(*libraryDecorator); !ok || !lib.shared() {
2607 if lib, ok := module.linker.(*libraryDecorator); ok && lib.shared() {
2852 staticLib := c.linker.(libraryInterface)
3122 if snapshotPrebuilt, ok := ccDepModule.linker.(SnapshotInterface); ok {
3212 if static, ok := c.linker.(interface {
3221 if static, ok := c.linker.(interface {
3230 if test, ok := c.linker.(interface {
3239 if b, ok := c.linker.(interface {
3248 if f, ok := c.linker.(interface {
3258 if h, ok := c.linker.(interface {
3267 if b, ok := c.linker.(interface {
3276 if b, ok := c.linker.(*binaryDecorator); ok {
3283 if o, ok := c.linker.(interface {
3334 } else if _, ok := c.linker.(testPerSrc); ok {
3341 if linker, ok := c.linker.(interface {
3344 return c.ApexModuleBase.AvailableFor(what) || linker.availableFor(what)
3399 if c.linker != nil {
3400 if library, ok := c.linker.(*libraryDecorator); ok {
3459 if _, ok := c.linker.(prebuiltLinkerInterface); ok {
3525 if library, ok := c.linker.(*libraryDecorator); ok {
3528 } else if library, ok := c.linker.(*prebuiltLibraryLinker); ok {