Home
last modified time | relevance | path

Searched refs:useClangLld (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dlinker.go474 func (linker *baseLinker) useClangLld(ctx ModuleContext) bool { func
508 if linker.useClangLld(ctx) {
539 if linker.useClangLld(ctx) {
Dcc.go523 useClangLld(actx ModuleContext) bool methodSpec
605 useClangLld(actx ModuleContext) bool methodSpec
1673 func (ctx *moduleContextImpl) useClangLld(actx ModuleContext) bool { func
1674 return ctx.mod.linker.useClangLld(actx)