Lines Matching refs:ModuleOutPath
1724 type ModuleOutPath struct { struct
1728 func (p ModuleOutPath) RelativeToTop() Path { argument
1733 var _ Path = ModuleOutPath{}
1734 var _ WritablePath = ModuleOutPath{}
1736 func (p ModuleOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument
1755 func PathForModuleOut(ctx ModuleOutPathContext, paths ...string) ModuleOutPath {
1760 return ModuleOutPath{
1768 ModuleOutPath anonMember
1789 ModuleOutPath: ModuleOutPath{
1818 ModuleOutPath anonMember
1842 ModuleOutPath anonMember