Home
last modified time | relevance | path

Searched refs:Objects (Results 1 – 16 of 16) sorted by relevance

/build/soong/cc/
Dtoolchain_library.go68 deps PathDeps) Objects {
69 return Objects{}
73 flags Flags, deps PathDeps, objs Objects) android.Path {
Dbuilder.go281 type Objects struct { struct
288 func (a Objects) Copy() Objects { argument
289 return Objects{
297 func (a Objects) Append(b Objects) Objects { argument
298 return Objects{
308 flags builderFlags, pathDeps android.Paths, cFlagsDeps android.Paths) Objects {
493 return Objects{
871 inputs Objects, flags builderFlags, baseName string) android.OptionalPath { argument
Dvendor_public_library.go98 …*vendorPublicLibraryStubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {
117 objs Objects) android.Path {
Dkernel_headers.go25 …lHeadersDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) android.Path {
Dndk_prebuilt.go79 deps PathDeps, objs Objects) android.Path {
134 deps PathDeps, objs Objects) android.Path {
Dlibrary.go255 reuseObjects Objects
270 objects Objects
422 func (library *libraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {
439 return Objects{}
477 objs() Objects
478 reuseObjs() (Objects, []string, android.Paths)
609 flags Flags, deps PathDeps, objs Objects) android.Path {
643 flags Flags, deps PathDeps, objs Objects) android.Path {
782 func (library *libraryDecorator) linkSAbiDumpFiles(ctx ModuleContext, objs Objects, fileName string…
812 flags Flags, deps PathDeps, objs Objects) android.Path {
[all …]
Dndk_library.go275 … ModuleContext, flags Flags, symbolFile, apiLevel, genstubFlags string) (Objects, android.ModuleGe…
301 func (c *stubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {
326 objs Objects) android.Path {
Dllndk_library.go78 func (stub *llndkStubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {
132 objs Objects) android.Path {
Dprebuilt.go85 flags Flags, deps PathDeps, objs Objects) android.Path {
188 flags Flags, deps PathDeps, objs Objects) android.Path {
Dobject.go80 flags Flags, deps PathDeps, objs Objects) android.Path {
Dvndk_prebuilt.go124 flags Flags, deps PathDeps, objs Objects) android.Path {
Dcompiler.go554 func (compiler *baseCompiler) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {
575 return Objects{}
583 subdir string, srcFiles, pathDeps android.Paths, cFlagsDeps android.Paths) Objects {
Dcc.go109 Objs Objects
110 StaticLibObjs Objects
111 WholeStaticLibObjs Objects
299 compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects
309 link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) android.Path argument
978 var objs Objects
Dbinary.go302 flags Flags, deps PathDeps, objs Objects) android.Path {
Dlinker.go469 flags Flags, deps PathDeps, objs Objects) android.Path {
/build/blueprint/gotestmain/
Dgotestmain.go54 for _, obj := range f.Scope.Objects {