Home
last modified time | relevance | path

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

/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-7.0/llvm/include/llvm/Support/
DPath.h472 std::error_code widenPath(const Twine &Path8, SmallVectorImpl<wchar_t> &Path16);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1134 SmallString<64> Path8(Path8a); in TEST() local
1135 path::native(Path8); in TEST()
1136 EXPECT_EQ(Path8, PathHome); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc70 std::error_code widenPath(const Twine &Path8,
74 // Several operations would convert Path8 to SmallString; more efficient to
77 Path8.toVector(Path8Str);