Home
last modified time | relevance | path

Searched refs:path_storage (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Support/
DPathV2.cpp435 SmallString<128> path_storage; in native() local
436 StringRef p = path.toStringRef(path_storage); in native()
523 SmallString<128> path_storage; in has_root_name() local
524 StringRef p = path.toStringRef(path_storage); in has_root_name()
530 SmallString<128> path_storage; in has_root_directory() local
531 StringRef p = path.toStringRef(path_storage); in has_root_directory()
537 SmallString<128> path_storage; in has_root_path() local
538 StringRef p = path.toStringRef(path_storage); in has_root_path()
544 SmallString<128> path_storage; in has_relative_path() local
545 StringRef p = path.toStringRef(path_storage); in has_relative_path()
[all …]
/external/llvm/lib/Support/Unix/
DPathV2.inc188 SmallString<128> path_storage;
189 StringRef p = path.toNullTerminatedStringRef(path_storage);
228 SmallString<128> path_storage;
229 StringRef p = path.toNullTerminatedStringRef(path_storage);
264 SmallString<128> path_storage;
265 StringRef p = path.toNullTerminatedStringRef(path_storage);
274 SmallString<128> path_storage;
275 StringRef p = path.toNullTerminatedStringRef(path_storage);
303 SmallString<128> path_storage;
304 StringRef p = path.toNullTerminatedStringRef(path_storage);
[all …]
/external/llvm/lib/Support/Windows/
DPathV2.inc197 SmallString<128> path_storage;
200 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
259 SmallString<128> path_storage;
266 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
312 SmallString<128> path_storage;
315 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
332 SmallString<128> path_storage;
335 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
373 SmallString<128> path_storage;
376 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
[all …]
/external/llvm/include/llvm/Support/
DFileSystem.h576 SmallString<128> path_storage; in directory_iterator() local
578 path.toStringRef(path_storage)); in directory_iterator()