Home
last modified time | relevance | path

Searched refs:PathStr (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c280 lprofApplyPathPrefix(char *Dest, const char *PathStr, const char *Prefix, in lprofApplyPathPrefix() argument
285 const char *StrippedPathStr = PathStr; in lprofApplyPathPrefix()
287 for (Level = 0, Ptr = PathStr + 1; Level < PrefixStrip; ++Ptr) { in lprofApplyPathPrefix()
H A DInstrProfilingUtil.h54 void lprofApplyPathPrefix(char *Dest, const char *PathStr, const char *Prefix,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc316 std::string PathStr = std::string(Program);
318 execve(PathStr.c_str(), const_cast<char **>(Argv),
321 execv(PathStr.c_str(), const_cast<char **>(Argv));
H A DPath.inc654 StringRef PathStr(Path.begin(), Path.size());
655 if (PathStr.empty() || !PathStr.starts_with("~"))
658 PathStr = PathStr.drop_front();
660 PathStr.take_until([](char c) { return path::is_separator(c); });
661 StringRef Remainder = PathStr.substr(Expr.size() + 1);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1146 SmallString<128> PathStr = path::parent_path(Path); in replace_filename() local
1147 path::append(PathStr, Filename); in replace_filename()
1148 this->Path = std::string(PathStr); in replace_filename()
H A DVirtualFileSystem.cpp1242 SmallString<128> PathStr(Dir); in incrementImpl() local
1243 llvm::sys::path::append(PathStr, (*Current)->getName()); in incrementImpl()
1255 CurrentEntry = directory_entry(std::string(PathStr), Type); in incrementImpl()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp368 std::string PathStr(Path.data(), Path.size()); in getJITDylibInitializersByName() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1400 StringRef PathStr(Path.begin(), Path.size());
1401 PathStr = PathStr.drop_front();
1403 PathStr.take_until([](char c) { return path::is_separator(c); });
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4533 StringRef PathStr(Path.data(), Path.size()); in PreparePathForOutput() local
4534 if (PathStr == "<built-in>" || PathStr == "<command line>") in PreparePathForOutput()