Home
last modified time | relevance | path

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

/build/soong/rust/
Dproc_macro.go61 func (procMacro *procMacroDecorator) compilerProps() []interface{} { func
62 return append(procMacro.baseCompiler.compilerProps(),
Dbenchmark.go110 func (benchmark *benchmarkDecorator) compilerProps() []interface{} { func
111 return append(benchmark.binaryDecorator.compilerProps(), &benchmark.Properties)
Dprebuilt.go90 func (prebuilt *prebuiltLibraryDecorator) compilerProps() []interface{} { func
91 return append(prebuilt.libraryDecorator.compilerProps(),
Dtest.go107 func (test *testDecorator) compilerProps() []interface{} { func
108 return append(test.binaryDecorator.compilerProps(), &test.Properties)
Dfuzz.go89 func (fuzzer *fuzzDecorator) compilerProps() []interface{} { func
90 return append(fuzzer.binaryDecorator.compilerProps(),
Dlibrary.go396 func (library *libraryDecorator) compilerProps() []interface{} { func
397 return append(library.baseCompiler.compilerProps(),
Dcompiler.go212 func (compiler *baseCompiler) compilerProps() []interface{} { func
Drust.go402 compilerProps() []interface{} methodSpec
638 mod.AddProperties(mod.compiler.compilerProps()...)
/build/soong/cc/
Dbp2build.go223 for _, props := range module.compiler.compilerProps() {
Dcompiler.go255 func (compiler *baseCompiler) compilerProps() []interface{} { func