Searched refs:useClangLld (Results 1 – 3 of 3) sorted by relevance
75 func (lto *lto) useClangLld(ctx BaseModuleContext) bool { func100 ….Config().IsEnvTrue("USE_THINLTO_CACHE") && Bool(lto.Properties.Lto.Thin) && lto.useClangLld(ctx) {
330 func (linker *baseLinker) useClangLld(ctx ModuleContext) bool { func369 if linker.useClangLld(ctx) {396 if linker.useClangLld(ctx) {
345 useClangLld(actx ModuleContext) bool methodSpec394 useClangLld(actx ModuleContext) bool methodSpec1252 func (ctx *moduleContextImpl) useClangLld(actx ModuleContext) bool { func1253 return ctx.mod.linker.useClangLld(actx)