Home
last modified time | relevance | path

Searched defs:flagExporter (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dlibrary.go295 type flagExporter struct { struct
296 Properties FlagExporterProperties
298 dirs android.Paths // Include directories to be included with -I
299 systemDirs android.Paths // System include directories to be included with -isystem
300 flags []string // Exported raw flags.
301 deps android.Paths
302 headers android.Paths
303 rustRlibDeps []RustRlibDep
309 func (f *flagExporter) exportedIncludes(ctx ModuleContext) android.Paths {
319 func (f *flagExporter) exportedSystemIncludes(ctx ModuleContext) android.Paths {
[all …]
/build/soong/rust/
Dproc_macro.go30 *flagExporter anonMember
Drust.go554 type flagExporter struct { struct
555 linkDirs []string
556 ccLinkDirs []string
557 rustLibPaths []string
558 staticLibObjects []string
559 sharedLibObjects []string
560 wholeStaticLibObjects []string
561 wholeRustRlibDeps []cc.RustRlibDep
564 func (flagExporter *flagExporter) exportLinkDirs(dirs ...string) {
568 func (flagExporter *flagExporter) exportRustLibs(flags ...string) {
[all …]
Dlibrary.go130 *flagExporter anonMember