Searched refs:Path8 (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 242 std::error_code widenPath(const Twine &Path8, SmallVectorImpl<wchar_t> &Path16,
|
/external/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 215 std::error_code widenPath(const Twine &Path8,
|
D | Path.inc | 67 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/ |
D | WindowsSupport.h | 249 std::error_code widenPath(const Twine &Path8,
|
D | Path.inc | 67 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/ |
D | Path.h | 472 std::error_code widenPath(const Twine &Path8, SmallVectorImpl<wchar_t> &Path16);
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Path.inc | 68 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/ |
D | Path.inc | 69 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/ |
D | Path.cpp | 1378 SmallString<64> Path8(Path8a); in TEST() local 1379 path::native(Path8); in TEST() 1380 EXPECT_EQ(Path8, PathHome); in TEST()
|