Home
last modified time | relevance | path

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

/build/soong/cc/
Dcc.go1080 type baseLinker struct { struct
1081 Properties BaseLinkerProperties
1082 dynamicProperties struct {
1089 func (linker *baseLinker) begin(ctx BaseModuleContext) {}
1091 func (linker *baseLinker) props() []interface{} {
1095 func (linker *baseLinker) deps(ctx BaseModuleContext, deps Deps) Deps {
1132 func (linker *baseLinker) flags(ctx ModuleContext, flags Flags) Flags {
1160 func (linker *baseLinker) static() bool {
1164 func (linker *baseLinker) staticBinary() bool {
1168 func (linker *baseLinker) setStatic(static bool) {
[all …]