Lines Matching refs:compiler
270 var _ compiler = (*libraryDecorator)(nil)
414 module.compiler = library
647 if !ok || m.compiler == nil {
650 library, ok := m.compiler.(libraryInterface)
680 v.(*Module).compiler.(libraryInterface).setRlib()
682 v.(*Module).compiler.(libraryInterface).setDylib()
708 v.(*Module).compiler.(libraryInterface).setSource()
711 v.(*Module).compiler.SetDisabled()
731 if m, ok := mctx.Module().(*Module); ok && m.compiler != nil && !m.compiler.Disabled() {
732 switch library := m.compiler.(type) {
741 rlib.compiler.(libraryInterface).setRlibStd()
742 dylib.compiler.(libraryInterface).setDylibStd()