Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A 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 …]
H A Dtest.go270 *binaryDecorator anonMember
566 *binaryDecorator anonMember
H A Dfuzz.go142 *binaryDecorator anonMember
H A Dprebuilt.go424 *binaryDecorator anonMember
/aosp_15_r20/build/soong/rust/
H A 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 …]
H A Dfuzz.go31 *binaryDecorator anonMember
H A Dbenchmark.go47 *binaryDecorator anonMember
H A Dtest.go78 *binaryDecorator anonMember