Home
last modified time | relevance | path

Searched refs:remove_leading_dotslash (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Frontend/
DDependencyFile.cpp55 llvm::sys::path::remove_leading_dotslash(FE->getName()); in FileChanged()
291 AddFilename(llvm::sys::path::remove_leading_dotslash(Filename)); in FileChanged()
DModuleDependencyCollector.cpp190 AbsoluteSrc = path::remove_leading_dotslash(AbsoluteSrc); in copyToRoot()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h443 StringRef remove_leading_dotslash(StringRef path);
/external/llvm/include/llvm/Support/
DPath.h443 StringRef remove_leading_dotslash(StringRef path);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DPath.h460 StringRef remove_leading_dotslash(StringRef path, Style style = Style::native);
/external/clang/lib/Basic/
DVirtualFileSystem.cpp1151 Path = sys::path::remove_leading_dotslash(Path); in parseEntry()
1214 FullPath = sys::path::remove_leading_dotslash(FullPath); in parseEntry()
1442 Path = sys::path::remove_leading_dotslash(Path); in lookupPath()
/external/llvm/unittests/Support/
DPath.cpp935 Path1 = path::remove_leading_dotslash(Path1); in TEST()
937 Path2 = path::remove_leading_dotslash(Path2); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1154 Path1 = path::remove_leading_dotslash(Path1); in TEST()
1156 Path2 = path::remove_leading_dotslash(Path2); in TEST()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp692 StringRef remove_leading_dotslash(StringRef Path) { in remove_leading_dotslash() function
/external/llvm/lib/Support/
DPath.cpp692 StringRef remove_leading_dotslash(StringRef Path) { in remove_leading_dotslash() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp694 StringRef remove_leading_dotslash(StringRef Path, Style style) { in remove_leading_dotslash() function