Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dexport_test.go58 func (c *Conf) Frontend() Frontend { func
Dfunc.go95 func (c *Config) NewFunc(fe Frontend, cache *Cache) *Func {
730 func (f *Func) Frontend() Frontend { return f.fe } func
Dconfig.go143 type Frontend interface { interface