Lines Matching refs:prebuilt
224 prebuilt := &vendorSnapshotLibraryDecorator{
228 prebuilt.baseLinker.Properties.No_libcrt = BoolPtr(true)
229 prebuilt.baseLinker.Properties.Nocrt = BoolPtr(true)
232 if prebuilt.baseLinker.Properties.System_shared_libs == nil {
233 prebuilt.baseLinker.Properties.System_shared_libs = []string{}
237 module.linker = prebuilt
238 module.installer = prebuilt
241 &prebuilt.properties,
244 return module, prebuilt
248 module, prebuilt := vendorSnapshotLibrary()
249 prebuilt.libraryDecorator.BuildOnlyShared()
251 vendorSnapshotLoadHook(ctx, prebuilt)
257 module, prebuilt := vendorSnapshotLibrary()
258 prebuilt.libraryDecorator.BuildOnlyStatic()
260 vendorSnapshotLoadHook(ctx, prebuilt)
266 module, prebuilt := vendorSnapshotLibrary()
267 prebuilt.libraryDecorator.HeaderOnly()
269 vendorSnapshotLoadHook(ctx, prebuilt)
366 prebuilt := &vendorSnapshotBinaryDecorator{
373 module.linker = prebuilt
376 vendorSnapshotLoadHook(ctx, prebuilt)
379 module.AddProperties(&prebuilt.properties)
453 prebuilt := &vendorSnapshotObjectLinker{
458 module.linker = prebuilt
461 vendorSnapshotLoadHook(ctx, prebuilt)
464 module.AddProperties(&prebuilt.properties)