Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h325 _existingPaths.insert(path); in addExistingPathForDebug()
453 std::set<StringRef> _existingPaths; // For testing only. variable
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp451 return _existingPaths.find(key) != _existingPaths.end(); in pathExists()