• Home
  • Raw
  • Download

Lines Matching refs:linker

302 type linker interface {  interface
380 linker linker member
416 if c.linker != nil {
417 return c.linker.unstrippedOutputFilePath()
434 if c.linker != nil {
435 c.AddProperties(c.linker.linkerProps()...)
491 if root, ok := c.linker.(interface {
587 if library, ok := c.linker.(*libraryDecorator); ok {
589 } else if _, ok := c.linker.(*llndkStubDecorator); ok {
596 if library, ok := c.linker.(*libraryDecorator); ok {
607 return c.linker != nil && c.linker.nativeCoverage()
773 return ctx.mod.linker.useClangLld(actx)
828 if p, ok := c.linker.(prebuiltLinkerInterface); ok {
836 if p, ok := c.linker.(interface {
931 if c.linker != nil {
932 flags = c.linker.linkerFlags(ctx, flags)
986 if c.linker != nil {
987 outputFile := c.linker.link(ctx, flags, deps, objs)
1027 if c.linker != nil {
1028 c.linker.linkerInit(ctx)
1075 if c.linker != nil {
1076 deps = c.linker.linkerDeps(ctx, deps)
1225 if c.linker != nil {
1226 if library, ok := c.linker.(*libraryDecorator); ok {
1421 if _, ok := to.linker.(*toolchainLibraryDecorator); ok {
1425 if _, ok := to.linker.(*ndkPrebuiltStlLinker); ok {
1429 if _, ok := to.linker.(*stubDecorator); ok {
1509 if lib, ok := to.linker.(*libraryDecorator); !ok || !lib.shared() {
1532 if lib, ok := module.linker.(*libraryDecorator); ok && lib.shared() {
1644 if dependentLibrary, ok := ccDep.linker.(*libraryDecorator); ok && !depIsStatic {
1678 if i, ok := ccDep.linker.(exportedFlagsProducer); ok {
1707 depFile = ccDep.linker.(libraryInterface).toc()
1712 depFile = ccDep.linker.(libraryInterface).toc()
1717 depFile = ccDep.linker.(libraryInterface).toc()
1725 staticLib, ok := ccDep.linker.(libraryInterface)
1753 staticLib, ok := ccDep.linker.(libraryInterface)
1813 if dependentLibrary, ok := ccDep.linker.(*libraryDecorator); ok {
1829 ndkStub := ccDep.linker.(*stubDecorator)
1901 if static, ok := c.linker.(interface {
1910 if static, ok := c.linker.(interface {
1946 if shared, ok := c.linker.(interface {
2171 } else if _, ok := m.linker.(*llndkStubDecorator); ok {
2175 } else if _, ok := m.linker.(*llndkHeadersDecorator); ok {
2178 } else if _, ok := m.linker.(*vndkPrebuiltLibraryDecorator); ok {