Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DLinkingContext.h100 bool logInputFiles() const { return _logInputFiles; } in logInputFiles() function
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp117 if (ctx.logInputFiles()) in loadFile()
596 ctx.registry().addSupportArchives(ctx.logInputFiles()); in parse()