Searched defs:setPath (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ | ||
H A D | VirtualFileSystem.h | 145 virtual void setPath(const Twine &Path) {} in setPath() function |
/openbsd-src/gnu/llvm/llvm/lib/Support/ | ||
H A D | VirtualFileSystem.cpp | 239 void RealFile::setPath(const Twine &Path) { in setPath() function in RealFile |
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ | ||
H A D | DFAJumpThreading.cpp | 401 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath() function |