Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h324 _existingPaths.insert(path); in addExistingPathForDebug()
450 std::set<StringRef> _existingPaths; // For testing only. variable
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp450 return _existingPaths.find(key) != _existingPaths.end(); in pathExists()