Home
last modified time | relevance | path

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

/build/soong/rust/
Dprebuilt.go143 func (prebuilt *prebuiltLibraryDecorator) compilerProps() []interface{} { func
144 return append(prebuilt.libraryDecorator.compilerProps(),
200 func (prebuilt *prebuiltProcMacroDecorator) compilerProps() []interface{} { func
201 return append(prebuilt.procMacroDecorator.compilerProps(),
Dproc_macro.go62 func (procMacro *procMacroDecorator) compilerProps() []interface{} { func
63 return append(procMacro.baseCompiler.compilerProps(),
Dbenchmark.go110 func (benchmark *benchmarkDecorator) compilerProps() []interface{} { func
111 return append(benchmark.binaryDecorator.compilerProps(), &benchmark.Properties)
Dbinary.go117 func (binary *binaryDecorator) compilerProps() []interface{} { func
118 return append(binary.baseCompiler.compilerProps(),
Dfuzz.go84 func (fuzzer *fuzzDecorator) compilerProps() []interface{} { func
85 return append(fuzzer.binaryDecorator.compilerProps(),
Dtest.go118 func (test *testDecorator) compilerProps() []interface{} { func
119 return append(test.binaryDecorator.compilerProps(), &test.Properties)
Dlibrary.go419 func (library *libraryDecorator) compilerProps() []interface{} { func
420 return append(library.baseCompiler.compilerProps(),
Dcompiler.go235 func (compiler *baseCompiler) compilerProps() []interface{} { func
Drust.go459 compilerProps() []interface{} methodSpec
713 mod.AddProperties(mod.compiler.compilerProps()...)
/build/soong/cc/
Dcompiler.go257 func (compiler *baseCompiler) compilerProps() []interface{} { func
Dcc.go557 compilerProps() []interface{} methodSpec
1127 c.AddProperties(c.compiler.compilerProps()...)