Lines Matching refs:baseCompiler
3010 lib.baseCompiler.Properties.Srcs = append(lib.baseCompiler.Properties.Srcs,
3011 lib.baseCompiler.Properties.Target.Vendor.Srcs...)
3013 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs,
3014 lib.baseCompiler.Properties.Target.Vendor.Exclude_srcs...)
3016 …lib.baseCompiler.Properties.Exclude_generated_sources = append(lib.baseCompiler.Properties.Exclude…
3017 lib.baseCompiler.Properties.Target.Vendor.Exclude_generated_sources...)
3023 lib.baseCompiler.Properties.Srcs = append(lib.baseCompiler.Properties.Srcs,
3024 lib.baseCompiler.Properties.Target.Recovery.Srcs...)
3026 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs,
3027 lib.baseCompiler.Properties.Target.Recovery.Exclude_srcs...)
3029 …lib.baseCompiler.Properties.Exclude_generated_sources = append(lib.baseCompiler.Properties.Exclude…
3030 lib.baseCompiler.Properties.Target.Recovery.Exclude_generated_sources...)