Searched refs:SrcPath (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Frontend/ |
D | ModuleDependencyCollector.cpp | 84 static bool real_path(StringRef SrcPath, SmallVectorImpl<char> &RealPath) { in real_path() argument 89 if (!realpath(SrcPath.str().c_str(), CanonicalPath)) in real_path() 157 bool ModuleDependencyCollector::getRealPath(StringRef SrcPath, in getRealPath() argument 161 StringRef FileName = path::filename(SrcPath); in getRealPath() 162 std::string Dir = path::parent_path(SrcPath).str(); in getRealPath()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | FileCollector.h | 38 virtual void addFileImpl(StringRef SrcPath) = 0; 96 bool getRealPath(StringRef SrcPath, SmallVectorImpl<char> &Result); 106 void addFileImpl(StringRef SrcPath) override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCollector.cpp | 40 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()
|
/external/llvm-project/llvm/lib/Support/ |
D | FileCollector.cpp | 56 bool FileCollector::getRealPath(StringRef SrcPath, in getRealPath() argument 59 StringRef FileName = sys::path::filename(SrcPath); in getRealPath() 60 std::string Directory = sys::path::parent_path(SrcPath).str(); in getRealPath() 80 void FileCollector::addFileImpl(StringRef SrcPath) { in addFileImpl() argument 82 SmallString<256> AbsoluteSrc = SrcPath; in addFileImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileCollector.h | 47 void addFileImpl(StringRef SrcPath); 55 bool getRealPath(StringRef SrcPath, SmallVectorImpl<char> &Result);
|
/external/llvm-project/clang/lib/Frontend/ |
D | ModuleDependencyCollector.cpp | 159 bool ModuleDependencyCollector::getRealPath(StringRef SrcPath, in getRealPath() argument 163 StringRef FileName = path::filename(SrcPath); in getRealPath() 164 std::string Dir = path::parent_path(SrcPath).str(); in getRealPath()
|
/external/compiler-rt/ |
D | Makefile | 233 $(call Set,Tmp.SrcPath,$(ProjSrcRoot)/$(Tmp.SubDir)) 250 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.s $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir 253 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.S $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir 256 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.c $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir 259 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.cc $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | Utils.h | 156 bool getRealPath(StringRef SrcPath, SmallVectorImpl<char> &Result);
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 130 bool getRealPath(StringRef SrcPath, SmallVectorImpl<char> &Result);
|