Searched defs:GccgoInstallation (Results 1 – 1 of 1) sorted by relevance
17 type GccgoInstallation struct { struct19 GccVersion string22 TargetTriple string25 LibPaths []string30 func (inst *GccgoInstallation) InitFromDriver(gccgoPath string, args ...string) (err error) {71 func (inst *GccgoInstallation) SearchPaths() (paths []string) {95 … *GccgoInstallation) GetImporter(incpaths []string, initmap map[*types.Package]InitData) Importer {