Home
last modified time | relevance | path

Searched defs:binaryDecorator (Results 1 – 9 of 9) sorted by relevance

/build/soong/rust/
Dbinary.go40 type binaryDecorator struct { struct
41 *baseCompiler
42 stripper Stripper
44 Properties BinaryCompilerProperties
72 func (binary *binaryDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
95 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
120 func (binary *binaryDecorator) compilerProps() []interface{} {
126 func (binary *binaryDecorator) nativeCoverage() bool {
130 func (binary *binaryDecorator) preferRlib() bool {
134 func (binary *binaryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOutput {
[all …]
Dfuzz.go31 *binaryDecorator anonMember
Dbenchmark.go47 *binaryDecorator anonMember
Dtest.go75 *binaryDecorator anonMember
/build/soong/cc/
Dbinary.go90 type binaryDecorator struct { struct
91 *baseLinker
92 *baseInstaller
93 stripper Stripper
95 Properties BinaryLinkerProperties
97 toolPath android.OptionalPath
100 unstrippedOutputFile android.Path
103 symlinks []string
107 preferredArchSymlink string
110 coverageOutputFile android.OptionalPath
[all …]
Dfuzz.go102 *binaryDecorator anonMember
Dtest.go328 *binaryDecorator anonMember
576 *binaryDecorator anonMember
Dprebuilt.go663 *binaryDecorator anonMember
Dsnapshot_prebuilt.go662 *binaryDecorator anonMember