Home
last modified time | relevance | path

Searched refs:linkerProps (Results 1 – 9 of 9) sorted by relevance

/build/soong/cc/
Dndk_prebuilt.go38 func (ndk *ndkPrebuiltStlLinker) linkerProps() []interface{} { func
39 return append(ndk.libraryDecorator.linkerProps(), &ndk.Properties, &ndk.flagExporter.Properties)
Dtest.go316 func (test *testDecorator) linkerProps() []interface{} { func
345 func (test *testBinary) linkerProps() []interface{} { func
346 props := append(test.testDecorator.linkerProps(), test.binaryDecorator.linkerProps()...)
561 func (test *testLibrary) linkerProps() []interface{} { func
563 props = append(props, test.testDecorator.linkerProps()...)
564 return append(props, test.libraryDecorator.linkerProps()...)
645 func (benchmark *benchmarkDecorator) linkerProps() []interface{} { func
646 props := benchmark.binaryDecorator.linkerProps()
Dobject.go112 func (object *objectLinker) linkerProps() []interface{} { func
Dprebuilt.go106 func (p *prebuiltLibraryLinker) linkerProps() []interface{} { func
107 return p.libraryDecorator.linkerProps()
Dbinary.go119 func (binary *binaryDecorator) linkerProps() []interface{} { func
120 return append(binary.baseLinker.linkerProps(),
Dfuzz.go116 func (fuzz *fuzzBinary) linkerProps() []interface{} { func
117 props := fuzz.binaryDecorator.linkerProps()
Dlinker.go313 func (linker *baseLinker) linkerProps() []interface{} { func
Dlibrary.go434 func (library *libraryDecorator) linkerProps() []interface{} { func
436 props = append(props, library.baseLinker.linkerProps()...)
Dcc.go603 linkerProps() []interface{} methodSpec
1246 c.AddProperties(c.linker.linkerProps()...)