Home
last modified time | relevance | path

Searched refs:Path8 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h242 std::error_code widenPath(const Twine &Path8, SmallVectorImpl<wchar_t> &Path16,
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc68 std::error_code widenPath(const Twine &Path8, SmallVectorImpl<wchar_t> &Path16,
72 // Several operations would convert Path8 to SmallString; more efficient to do
75 Path8.toVector(Path8Str);
85 const bool IsAbsolute = llvm::sys::path::is_absolute(Path8);
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp1498 SmallString<64> Path8(Path8a); in TEST() local
1499 path::native(Path8); in TEST()
1500 EXPECT_EQ(Path8, PathHome); in TEST()