Lines Matching refs:compiler
247 var _ compiler = (*libraryDecorator)(nil)
391 module.compiler = library
585 if !ok || m.compiler == nil {
588 library, ok := m.compiler.(libraryInterface)
618 v.(*Module).compiler.(libraryInterface).setRlib()
620 v.(*Module).compiler.(libraryInterface).setDylib()
627 v.(*Module).compiler.(libraryInterface).setSource()
630 v.(*Module).compiler.SetDisabled()
650 if m, ok := mctx.Module().(*Module); ok && m.compiler != nil && !m.compiler.Disabled() {
651 switch library := m.compiler.(type) {
660 rlib.compiler.(libraryInterface).setRlibStd()
661 dylib.compiler.(libraryInterface).setDylibStd()