Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A Dprebuilt.go154 func (prebuilt *prebuiltLibraryDecorator) compilerProps() []interface{} { func
155 return append(prebuilt.libraryDecorator.compilerProps(),
207 func (prebuilt *prebuiltProcMacroDecorator) compilerProps() []interface{} { func
208 return append(prebuilt.procMacroDecorator.compilerProps(),
H A Dproc_macro.go62 func (procMacro *procMacroDecorator) compilerProps() []interface{} { func
63 return append(procMacro.baseCompiler.compilerProps(),
H A Dbenchmark.go110 func (benchmark *benchmarkDecorator) compilerProps() []interface{} { func
111 return append(benchmark.binaryDecorator.compilerProps(), &benchmark.Properties)
H A Dbinary.go117 func (binary *binaryDecorator) compilerProps() []interface{} { func
118 return append(binary.baseCompiler.compilerProps(),
H A Dfuzz.go112 func (fuzzer *fuzzDecorator) compilerProps() []interface{} { func
113 return append(fuzzer.binaryDecorator.compilerProps(),
H A Dtest.go117 func (test *testDecorator) compilerProps() []interface{} { func
118 return append(test.binaryDecorator.compilerProps(), &test.Properties)
H A Dcompiler.go43 compilerProps() []interface{} methodSpec
336 func (compiler *baseCompiler) compilerProps() []interface{} { func
H A Dlibrary.go447 func (library *libraryDecorator) compilerProps() []interface{} { func
448 return append(library.baseCompiler.compilerProps(),
H A Drust.go762 mod.AddProperties(mod.compiler.compilerProps()...)
/aosp_15_r20/build/soong/cc/
H A Dcompiler.go280 func (compiler *baseCompiler) compilerProps() []interface{} { func
H A Dcc.go616 compilerProps() []interface{} methodSpec
1251 c.AddProperties(c.compiler.compilerProps()...)