Searched refs:linkerProps (Results 1 – 9 of 9) sorted by relevance
38 func (ndk *ndkPrebuiltStlLinker) linkerProps() []interface{} { func39 return append(ndk.libraryDecorator.linkerProps(), &ndk.Properties, &ndk.flagExporter.Properties)
316 func (test *testDecorator) linkerProps() []interface{} { func345 func (test *testBinary) linkerProps() []interface{} { func346 props := append(test.testDecorator.linkerProps(), test.binaryDecorator.linkerProps()...)561 func (test *testLibrary) linkerProps() []interface{} { func563 props = append(props, test.testDecorator.linkerProps()...)564 return append(props, test.libraryDecorator.linkerProps()...)645 func (benchmark *benchmarkDecorator) linkerProps() []interface{} { func646 props := benchmark.binaryDecorator.linkerProps()
112 func (object *objectLinker) linkerProps() []interface{} { func
106 func (p *prebuiltLibraryLinker) linkerProps() []interface{} { func107 return p.libraryDecorator.linkerProps()
119 func (binary *binaryDecorator) linkerProps() []interface{} { func120 return append(binary.baseLinker.linkerProps(),
116 func (fuzz *fuzzBinary) linkerProps() []interface{} { func117 props := fuzz.binaryDecorator.linkerProps()
313 func (linker *baseLinker) linkerProps() []interface{} { func
434 func (library *libraryDecorator) linkerProps() []interface{} { func436 props = append(props, library.baseLinker.linkerProps()...)
603 linkerProps() []interface{} methodSpec1246 c.AddProperties(c.linker.linkerProps()...)