Lines Matching refs:ModuleOutPath
1452 type ModuleOutPath struct { struct
1456 func (p ModuleOutPath) RelativeToTop() Path { argument
1461 var _ Path = ModuleOutPath{}
1462 var _ WritablePath = ModuleOutPath{}
1464 func (p ModuleOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument
1483 func PathForModuleOut(ctx ModuleOutPathContext, paths ...string) ModuleOutPath {
1488 return ModuleOutPath{
1496 ModuleOutPath anonMember
1517 ModuleOutPath: ModuleOutPath{
1535 ModuleOutPath anonMember
1559 ModuleOutPath anonMember