|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Support/CommandLine.cpp 1137 return sys::fs::equivalent(RFile.File, FName);
lib/Support/Process.cpp 52 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); }))
tools/clang/lib/Tooling/FileMatchTrie.cpp 30 return FileA == FileB || llvm::sys::fs::equivalent(FileA, FileB);
tools/lld/ELF/ScriptParser.cpp 52 if (!sys::fs::equivalent(config->sysroot, path))
tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp 41 if (llvm::sys::fs::equivalent(main, other))
tools/lldb/source/Symbol/LocateSymbolFile.cpp 350 if (llvm::sys::fs::equivalent(file_spec.GetPath(),
tools/lldb/unittests/Interpreter/TestCompletion.cpp 108 if (fs::equivalent(Path, Paths[I]))
tools/llvm-config/llvm-config.cpp 290 if (sys::fs::equivalent(CurrentExecPrefix, LLVM_OBJ_ROOT)) {
294 } else if (sys::fs::equivalent(sys::path::parent_path(CurrentExecPrefix),
tools/llvm-cov/CodeCoverage.cpp 240 if (sys::fs::equivalent(SourceFile, Files.first))