Searched refs:linkerProps (Results 1 – 10 of 10) sorted by relevance
300 func (test *testDecorator) linkerProps() []interface{} { func317 func (test *testBinary) linkerProps() []interface{} { func318 props := append(test.testDecorator.linkerProps(), test.binaryDecorator.linkerProps()...)446 func (test *testLibrary) linkerProps() []interface{} { func447 return append(test.testDecorator.linkerProps(), test.libraryDecorator.linkerProps()...)523 func (benchmark *benchmarkDecorator) linkerProps() []interface{} { func524 props := benchmark.binaryDecorator.linkerProps()
50 func (library *toolchainLibraryDecorator) linkerProps() []interface{} { func52 props = append(props, library.libraryDecorator.linkerProps()...)
104 func (ndk *ndkPrebuiltStlLinker) linkerProps() []interface{} { func105 return append(ndk.libraryDecorator.linkerProps(), &ndk.Properties, &ndk.flagExporter.Properties)
92 func (p *prebuiltLibraryLinker) linkerProps() []interface{} { func93 return p.libraryDecorator.linkerProps()
88 func (object *objectLinker) linkerProps() []interface{} { func
109 func (binary *binaryDecorator) linkerProps() []interface{} { func110 return append(binary.baseLinker.linkerProps(),
96 func (fuzz *fuzzBinary) linkerProps() []interface{} { func97 props := fuzz.binaryDecorator.linkerProps()
213 func (linker *baseLinker) linkerProps() []interface{} { func
476 func (library *libraryDecorator) linkerProps() []interface{} { func478 props = append(props, library.baseLinker.linkerProps()...)
393 linkerProps() []interface{} methodSpec800 c.AddProperties(c.linker.linkerProps()...)