Searched defs:PathDeps (Results 1 – 1 of 1) sorted by relevance
183 type PathDeps struct { struct184 SharedLibs, LateSharedLibs common.Paths185 StaticLibs, LateStaticLibs, WholeStaticLibs common.Paths187 ObjFiles common.Paths188 WholeStaticLibObjFiles common.Paths190 Cflags, ReexportedCflags []string192 CrtBegin, CrtEnd common.OptionalPath448 link(ctx ModuleContext, flags Flags, deps PathDeps, objFiles common.Paths) common.Path