Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCollector.cpp40 bool FileCollector::getRealPath(StringRef SrcPath, in getRealPath() argument
43 StringRef FileName = sys::path::filename(SrcPath); in getRealPath()
44 std::string Directory = sys::path::parent_path(SrcPath).str(); in getRealPath()
71 void FileCollector::addFileImpl(StringRef SrcPath) { in addFileImpl() argument
73 SmallString<256> AbsoluteSrc = SrcPath; in addFileImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCollector.h47 void addFileImpl(StringRef SrcPath);
55 bool getRealPath(StringRef SrcPath, SmallVectorImpl<char> &Result);