Home
last modified time | relevance | path

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

/build/soong/cc/
Dtoolchain_library.go75 deps PathDeps) Objects {
76 return Objects{}
80 flags Flags, deps PathDeps, objs Objects) android.Path {
Dlinkable.go346 Objects Objects member
347 ReuseObjects Objects
Dndk_library.go207 … ModuleContext, flags Flags, symbolFile, apiLevel, genstubFlags string) (Objects, android.ModuleGe…
251 func (c *stubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {
258 return Objects{}
263 return Objects{}
290 objs Objects) android.Path {
Dbuilder.go411 type Objects struct { struct
419 func (a Objects) Copy() Objects { argument
420 return Objects{
429 func (a Objects) Append(b Objects) Objects { argument
430 return Objects{
441 flags builderFlags, pathDeps android.Paths, cFlagsDeps android.Paths) Objects {
679 return Objects{
1039 inputs Objects, baseName string) android.OptionalPath { argument
Dkernel_headers.go25 …lHeadersDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) android.Path {
Dsnapshot_prebuilt.go279 Objects []string `android:"arch_variant"` member
353 objects := collectSnapshotMap(s.properties.Objects, snapshotSuffix, snapshotObjectSuffix)
364 Objects: objects,
371 HeaderLibs, Binaries, Objects, StaticLibs, SharedLibs map[string]string member
568 func (p *snapshotLibraryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects
786 func (p *snapshotBinaryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects)…
881 func (p *snapshotObjectLinker) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) an…
Dndk_prebuilt.go85 deps PathDeps, objs Objects) android.Path {
161 deps PathDeps, objs Objects) android.Path {
Dlibrary.go471 reuseObjects Objects
481 objects Objects
561 objects := Objects{
568 Objects: objects,
809 func (library *libraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {
837 return Objects{}
854 return Objects{}
894 objs() Objects
895 reuseObjs() Objects
1135 flags Flags, deps PathDeps, objs Objects) android.Path {
[all …]
Dprebuilt.go100 flags Flags, deps PathDeps, objs Objects) android.Path {
381 flags Flags, deps PathDeps, objs Objects) android.Path {
425 flags Flags, deps PathDeps, objs Objects) android.Path {
Dvndk_prebuilt.go134 flags Flags, deps PathDeps, objs Objects) android.Path {
Dcompiler.go634 func (compiler *baseCompiler) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {
656 return Objects{}
664 subdir string, srcFiles, pathDeps android.Paths, cFlagsDeps android.Paths) Objects {
Dcc.go156 Objs Objects
159 StaticLibObjs Objects
160 WholeStaticLibObjs Objects
540 compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects
553 link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) android.Path argument
1760 var objs Objects
2238 rewriteSnapshotLib(deps.CrtBegin, getSnapshot().Objects))
2242 rewriteSnapshotLib(deps.CrtEnd, getSnapshot().Objects))
2731 if len(staticLibraryInfo.Objects.objFiles) > 0 {
2732 depPaths.WholeStaticLibObjs = depPaths.WholeStaticLibObjs.Append(staticLibraryInfo.Objects)
Dobject.go229 flags Flags, deps PathDeps, objs Objects) android.Path {
Dbinary.go340 flags Flags, deps PathDeps, objs Objects) android.Path {
Dlinker.go550 flags Flags, deps PathDeps, objs Objects) android.Path {
/build/blueprint/gotestmain/
Dgotestmain.go54 for _, obj := range f.Scope.Objects {