Lines Matching defs:flagExporter
554 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) {
572 func (flagExporter *flagExporter) exportStaticLibs(flags ...string) {
576 func (flagExporter *flagExporter) exportSharedLibs(flags ...string) {
580 func (flagExporter *flagExporter) exportWholeStaticLibs(flags ...string) {
584 func (flagExporter *flagExporter) setRustProvider(ctx ModuleContext) {