Lines Matching refs:props
223 for _, props := range module.compiler.compilerProps() {
224 if baseCompilerProps, ok := props.(*BaseCompilerProperties); ok {
245 for arch, props := range module.GetArchProperties(ctx, &BaseCompilerProperties{}) {
246 if baseCompilerProps, ok := props.(*BaseCompilerProperties); ok {
262 for arch, props := range module.GetArchProperties(ctx, &BaseCompilerProperties{}) {
263 if _, ok := props.(*BaseCompilerProperties); ok {
276 for os, props := range module.GetTargetProperties(&BaseCompilerProperties{}) {
277 if baseCompilerProps, ok := props.(*BaseCompilerProperties); ok {
422 for arch, props := range module.GetArchProperties(ctx, &FlagExporterProperties{}) {
423 if flagExporterProperties, ok := props.(*FlagExporterProperties); ok {
437 for os, props := range module.GetTargetProperties(&FlagExporterProperties{}) {
438 if flagExporterProperties, ok := props.(*FlagExporterProperties); ok {