Searched refs:path_storage (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DPath.cpp455 SmallString<128> path_storage;
456 StringRef p = path.toStringRef(path_storage);
564 SmallString<128> path_storage;
565 StringRef p = path.toStringRef(path_storage);
571 SmallString<128> path_storage;
572 StringRef p = path.toStringRef(path_storage);
578 SmallString<128> path_storage;
579 StringRef p = path.toStringRef(path_storage);
585 SmallString<128> path_storage;
586 StringRef p = path.toStringRef(path_storage);
[all...]
/external/llvm/lib/Support/Windows/
H A DPath.inc340 SmallString<128> path_storage;
343 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
402 SmallString<128> path_storage;
416 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
472 SmallString<128> path_storage;
475 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
492 SmallString<128> path_storage;
495 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
631 SmallString<128> path_storage;
634 StringRef path8 = path.toStringRef(path_storage);
[all...]
/external/llvm/include/llvm/Support/
H A DFileSystem.h861 SmallString<128> path_storage; local
863 path.toStringRef(path_storage));

Completed in 139 milliseconds