Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DPathV2.cpp436 SmallString<128> path_storage; in native() local
437 StringRef p = path.toStringRef(path_storage); in native()
524 SmallString<128> path_storage; in has_root_name() local
525 StringRef p = path.toStringRef(path_storage); in has_root_name()
531 SmallString<128> path_storage; in has_root_directory() local
532 StringRef p = path.toStringRef(path_storage); in has_root_directory()
538 SmallString<128> path_storage; in has_root_path() local
539 StringRef p = path.toStringRef(path_storage); in has_root_path()
545 SmallString<128> path_storage; in has_relative_path() local
546 StringRef p = path.toStringRef(path_storage); in has_relative_path()
[all …]
/external/llvm/lib/Support/Unix/
DPathV2.inc198 SmallString<128> path_storage;
199 StringRef p = path.toNullTerminatedStringRef(path_storage);
238 SmallString<128> path_storage;
239 StringRef p = path.toNullTerminatedStringRef(path_storage);
274 SmallString<128> path_storage;
275 StringRef p = path.toNullTerminatedStringRef(path_storage);
284 SmallString<128> path_storage;
285 StringRef p = path.toNullTerminatedStringRef(path_storage);
312 SmallString<128> path_storage;
313 StringRef p = path.toNullTerminatedStringRef(path_storage);
[all …]
/external/llvm/lib/Support/Windows/
DPathV2.inc199 SmallString<128> path_storage;
202 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
261 SmallString<128> path_storage;
268 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
324 SmallString<128> path_storage;
327 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
344 SmallString<128> path_storage;
347 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
385 SmallString<128> path_storage;
388 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
[all …]
/external/llvm/include/llvm/Support/
DFileSystem.h752 SmallString<128> path_storage; in directory_iterator() local
754 path.toStringRef(path_storage)); in directory_iterator()