Home
last modified time | relevance | path

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

/build/soong/rust/
Dproc_macro.go62 func (procMacro *procMacroDecorator) compilerProps() []interface{} { func
63 return append(procMacro.baseCompiler.compilerProps(),
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(),
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.go112 func (fuzzer *fuzzDecorator) compilerProps() []interface{} { func
113 return append(fuzzer.binaryDecorator.compilerProps(),
Dtest.go114 func (test *testDecorator) compilerProps() []interface{} { func
115 return append(test.binaryDecorator.compilerProps(), &test.Properties)
Dcompiler.go43 compilerProps() []interface{} methodSpec
336 func (compiler *baseCompiler) compilerProps() []interface{} { func
Dlibrary.go469 func (library *libraryDecorator) compilerProps() []interface{} { func
470 return append(library.baseCompiler.compilerProps(),
Drust.go745 mod.AddProperties(mod.compiler.compilerProps()...)
/build/soong/cc/
Dcompiler.go278 func (compiler *baseCompiler) compilerProps() []interface{} { func
Dcc.go588 compilerProps() []interface{} methodSpec
1243 c.AddProperties(c.compiler.compilerProps()...)