Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Core/
DLinkingContext.h100 bool logInputFiles() const { return _logInputFiles; } in logInputFiles()
132 void setLogInputFiles(bool log) { _logInputFiles = log; } in setLogInputFiles()
239 bool _logInputFiles = false; variable