Home
last modified time | relevance | path

Searched defs:binaryLinker (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dcc.go1569 type binaryLinker struct { struct
1570 baseLinker
1572 Properties BinaryLinkerProperties
1574 hostToolPath common.OptionalPath
1579 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 …]