Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Support/Windows/
DWindowsSupport.h242 std::error_code widenPath(const Twine &Path8, SmallVectorImpl<wchar_t> &Path16,
/external/llvm/lib/Support/Windows/
DWindowsSupport.h215 std::error_code widenPath(const Twine &Path8,
DPath.inc67 std::error_code widenPath(const Twine &Path8,
71 // Several operations would convert Path8 to SmallString; more efficient to
74 Path8.toVector(Path8Str);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h249 std::error_code widenPath(const Twine &Path8,
DPath.inc67 std::error_code widenPath(const Twine &Path8,
71 // Several operations would convert Path8 to SmallString; more efficient to
74 Path8.toVector(Path8Str);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPath.h472 std::error_code widenPath(const Twine &Path8, SmallVectorImpl<wchar_t> &Path16);
/external/llvm-project/llvm/lib/Support/Windows/
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);
80 const bool IsAbsolute = llvm::sys::path::is_absolute(Path8);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc69 std::error_code widenPath(const Twine &Path8,
73 // Several operations would convert Path8 to SmallString; more efficient to
76 Path8.toVector(Path8Str);
/external/llvm-project/llvm/unittests/Support/
DPath.cpp1378 SmallString<64> Path8(Path8a); in TEST() local
1379 path::native(Path8); in TEST()
1380 EXPECT_EQ(Path8, PathHome); in TEST()