Home
last modified time | relevance | path

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

/build/soong/cc/
Dbinary.go85 type binaryDecorator struct { struct
86 *baseLinker
87 *baseInstaller
88 stripper Stripper
90 Properties BinaryLinkerProperties
92 toolPath android.OptionalPath
95 unstrippedOutputFile android.Path
98 symlinks []string
102 preferredArchSymlink string
105 coverageOutputFile android.OptionalPath
[all …]
Dtest.go337 *binaryDecorator anonMember
635 *binaryDecorator anonMember
Dfuzz.go104 *binaryDecorator anonMember
Dprebuilt.go415 *binaryDecorator anonMember
/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 {
92 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
117 func (binary *binaryDecorator) compilerProps() []interface{} {
123 func (binary *binaryDecorator) nativeCoverage() bool {
127 func (binary *binaryDecorator) preferRlib() bool {
131 func (binary *binaryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOutput {
[all …]
Dfuzz.go31 *binaryDecorator anonMember
Dbenchmark.go47 *binaryDecorator anonMember
Dtest.go75 *binaryDecorator anonMember