Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DLinkingContext.h132 void setLogInputFiles(bool log) { _logInputFiles = log; } in setLogInputFiles() function
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp558 ctx.setLogInputFiles(true); in parse()