Searched refs:PathStr (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfilingUtil.c | 227 lprofApplyPathPrefix(char *Dest, const char *PathStr, const char *Prefix, in lprofApplyPathPrefix() argument 232 const char *StrippedPathStr = PathStr; in lprofApplyPathPrefix() 234 for (Level = 0, Ptr = PathStr + 1; Level < PrefixStrip; ++Ptr) { in lprofApplyPathPrefix()
|
| H A D | InstrProfilingUtil.h | 48 void lprofApplyPathPrefix(char *Dest, const char *PathStr, const char *Prefix,
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 514 StringRef PathStr(Path.begin(), Path.size()); 515 if (PathStr.empty() || !PathStr.startswith("~")) 518 PathStr = PathStr.drop_front(); 520 PathStr.take_until([](char c) { return path::is_separator(c); }); 521 StringRef Remainder = PathStr.substr(Expr.size() + 1);
|
| H A D | Program.inc | 304 std::string PathStr = Program; 306 execve(PathStr.c_str(), const_cast<char **>(Argv), 309 execv(PathStr.c_str(), const_cast<char **>(Argv));
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Path.cpp | 1089 SmallString<128> PathStr = path::parent_path(Path); in replace_filename() local 1090 path::append(PathStr, Filename); in replace_filename() 1091 this->Path = PathStr.str(); in replace_filename()
|
| H A D | VirtualFileSystem.cpp | 2005 SmallString<128> PathStr(Dir); in incrementContent() local 2006 llvm::sys::path::append(PathStr, (*Current)->getName()); in incrementContent() 2016 CurrentEntry = directory_entry(PathStr.str(), Type); in incrementContent()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1236 StringRef PathStr(Path.begin(), Path.size()); 1237 PathStr = PathStr.drop_front(); 1238 StringRef Expr = PathStr.take_until([](char c) { return path::is_separator(c); });
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Driver.cpp | 192 std::string PathStr = Path; in enqueuePath() local 196 error("could not open " + PathStr + ": " + MBOrErr.second.message()); in enqueuePath()
|