Searched defs:gccgoToolchain (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/work/ |
D | gccgo.go | 26 type gccgoToolchain struct{} struct 39 func (gccgoToolchain) compiler() string { 44 func (gccgoToolchain) linker() string { 49 func (gccgoToolchain) ar() []string { 62 …is string, asmhdr bool, pgoProfile string, gofiles []string) (ofile string, output []byte, err err… 195 func (tools gccgoToolchain) asm(b *Builder, a *Action, sfiles []string) ([]string, error) { 217 func (gccgoToolchain) symabis(b *Builder, a *Action, sfiles []string) (string, error) { 228 func (tools gccgoToolchain) pack(b *Builder, a *Action, afile string, ofiles []string) error { 253 …Builder, root *Action, out, importcfg string, allactions []*Action, buildmode, desc string) error { 537 … (tools gccgoToolchain) ld(b *Builder, root *Action, targetPath, importcfg, mainpkg string) error { [all …]
|