Home
last modified time | relevance | path

Searched defs:SrcPath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp60 StringRef SrcPath(Path.begin(), Path.size()); in updateWithRealPath() local
105 FileCollector::PathCanonicalizer::canonicalize(StringRef SrcPath) { in canonicalize()
122 void FileCollector::addFileImpl(StringRef SrcPath) { in addFileImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DUtils.h40 std::string SrcPath; member