Home
last modified time | relevance | path

Searched defs:GccgoInstallation (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
Dgccgoinstallation.go17 type GccgoInstallation struct { struct
19 GccVersion string
22 TargetTriple string
25 LibPaths []string
30 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 {