Searched defs:binaryLinker (Results 1 – 1 of 1) sorted by relevance
1569 type binaryLinker struct { struct1570 baseLinker1572 Properties BinaryLinkerProperties1574 hostToolPath common.OptionalPath1579 func (binary *binaryLinker) props() []interface{} {1583 func (binary *binaryLinker) buildStatic() bool {1587 func (binary *binaryLinker) buildShared() bool {1591 func (binary *binaryLinker) getStem(ctx BaseModuleContext) string {1600 func (binary *binaryLinker) deps(ctx BaseModuleContext, deps Deps) Deps {1655 func (binary *binaryLinker) ModifyProperties(ctx ModuleContext) {[all …]