Home | History | Annotate | Download | only in cc

Lines Matching refs:library

274 	library bool
280 sharedDepTag = dependencyTag{name: "shared", library: true}
281 sharedExportDepTag = dependencyTag{name: "shared", library: true, reexportFlags: true}
282 lateSharedDepTag = dependencyTag{name: "late shared", library: true}
283 staticDepTag = dependencyTag{name: "static", library: true}
284 staticExportDepTag = dependencyTag{name: "static", library: true, reexportFlags: true}
285 lateStaticDepTag = dependencyTag{name: "late static", library: true}
286 wholeStaticDepTag = dependencyTag{name: "whole static", library: true, reexportFlags: true}
287 headerDepTag = dependencyTag{name: "header", library: true}
288 headerExportDepTag = dependencyTag{name: "header", library: true, reexportFlags: true}
297 ndkStubDepTag = dependencyTag{name: "ndk stub", library: true}
298 ndkLateStubDepTag = dependencyTag{name: "ndk late stub", library: true}
299 vndkExtDepTag = dependencyTag{name: "vndk extends", library: true}
346 // only non-nil when this is a shared library that reuses the objects of a static library
609 // Note that directSharedDeps should be the analogous static library for each shared lib dep
803 // Add the PGO dependency (the clang_rt.profile runtime library), which
843 ctx.PropertyErrorf("export_shared_lib_headers", "Shared library not in shared_libs: '%s'", lib)
849 ctx.PropertyErrorf("export_static_lib_headers", "Static library not in static_libs: '%s'", lib)
855 ctx.PropertyErrorf("export_header_lib_headers", "Header library not in header_libs: '%s'", lib)
903 // 1. Name of an NDK library that refers to a prebuilt module.
906 // 2. Name of an NDK library that refers to an ndk_library module.
909 // 3. Anything else (so anything that isn't an NDK library).
933 // link to the original library.
1081 ctx.ModuleErrorf("depends on non-NDK-built library %q",
1175 // Add these re-exported flags to help header-abi-dumper to infer the abi exported by a library.
1219 if t, ok := depTag.(dependencyTag); ok && t.library {
1229 // Add these re-exported flags to help header-abi-dumper to infer the abi exported by a library.
1230 // Re-exported shared library headers must be included as well since they can help us with type information
1264 ctx.ModuleErrorf("module %q not a static library", depName)
1290 ctx.ModuleErrorf("module %q not a static library", depName)