Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h157 bool testingFileUsage() const { return _testingFileUsage; } in testingFileUsage()
321 _testingFileUsage = value;
477 bool _testingFileUsage = false; variable
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp443 if (!_testingFileUsage) in pathExists()
460 if (_testingFileUsage && found) in fileExists()