Lines Matching refs:ModuleOutPath
1340 type ModuleOutPath struct { struct
1344 func (p ModuleOutPath) RelativeToTop() Path {
1349 var _ Path = ModuleOutPath{}
1350 var _ WritablePath = ModuleOutPath{}
1352 func (p ModuleOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1409 func PathForModuleOut(ctx ModuleOutPathContext, paths ...string) ModuleOutPath {
1414 return ModuleOutPath{
1422 ModuleOutPath anonMember
1443 ModuleOutPath: ModuleOutPath{
1461 ModuleOutPath anonMember
1485 ModuleOutPath anonMember