Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dtest.go317 func (test *testDecorator) linkerProps() []interface{} { func
335 func (test *testBinary) linkerProps() []interface{} { func
336 props := append(test.testDecorator.linkerProps(), test.binaryDecorator.linkerProps()...)
485 func (test *testLibrary) linkerProps() []interface{} { func
486 return append(test.testDecorator.linkerProps(), test.libraryDecorator.linkerProps()...)
562 func (benchmark *benchmarkDecorator) linkerProps() []interface{} { func
563 props := benchmark.binaryDecorator.linkerProps()
H A Dtoolchain_library.go49 func (library *toolchainLibraryDecorator) linkerProps() []interface{} { func
51 props = append(props, library.libraryDecorator.linkerProps()...)
H A Dndk_prebuilt.go103 func (ndk *ndkPrebuiltStlLinker) linkerProps() []interface{} { func
104 return append(ndk.libraryDecorator.linkerProps(), &ndk.Properties, &ndk.flagExporter.Properties)
H A Dobject.go163 for _, props := range m.linker.linkerProps() {
206 func (object *objectLinker) linkerProps() []interface{} { func
H A Dbp2build.go318 for _, linkerProps := range module.linker.linkerProps() {
319 if baseLinkerProps, ok := linkerProps.(*BaseLinkerProperties); ok {
H A Dprebuilt.go95 func (p *prebuiltLibraryLinker) linkerProps() []interface{} { func
96 return p.libraryDecorator.linkerProps()
H A Dbinary.go119 func (binary *binaryDecorator) linkerProps() []interface{} { func
120 return append(binary.baseLinker.linkerProps(),
H A Dfuzz.go107 func (fuzz *fuzzBinary) linkerProps() []interface{} { func
108 props := fuzz.binaryDecorator.linkerProps()
H A Dlinker.go246 func (linker *baseLinker) linkerProps() []interface{} { func
H A Dlibrary.go687 func (library *libraryDecorator) linkerProps() []interface{} { func
689 props = append(props, library.baseLinker.linkerProps()...)
H A Dcc.go550 linkerProps() []interface{}
1039 c.AddProperties(c.linker.linkerProps()...)