Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h158 bool testingFileUsage() const { return _testingFileUsage; } in testingFileUsage()
322 _testingFileUsage = value;
480 bool _testingFileUsage = false; variable
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp444 if (!_testingFileUsage) in pathExists()
461 if (_testingFileUsage && found) in fileExists()