Lines Matching refs:ModuleOutPath
1743 type ModuleOutPath struct { struct
1747 func (p ModuleOutPath) RelativeToTop() Path { argument
1752 var _ Path = ModuleOutPath{}
1753 var _ WritablePath = ModuleOutPath{}
1755 func (p ModuleOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument
1774 func PathForModuleOut(ctx ModuleOutPathContext, paths ...string) ModuleOutPath {
1779 return ModuleOutPath{
1787 ModuleOutPath anonMember
1808 ModuleOutPath: ModuleOutPath{
1837 ModuleOutPath anonMember
1861 ModuleOutPath anonMember