HomeSort by: relevance | last modified time | path
    Searched defs:makeAbsolute (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
FileCollector.cpp 89 static void makeAbsolute(SmallVectorImpl<char> &Path) {
106 makeAbsolute(Paths.VirtualPath);
VirtualFileSystem.cpp 124 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const {
725 std::error_code EC = makeAbsolute(Path);
833 std::error_code EC = FS.makeAbsolute(Path);
975 std::error_code EC = makeAbsolute(Path);
994 if (auto EC = makeAbsolute(Output))
1146 if (std::error_code EC = makeAbsolute(AbsolutePath))
1163 std::error_code RedirectingFileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const {
1805 auto EC = ExternalFS.makeAbsolute(From);
1827 auto EC = ExternalFS.makeAbsolute(To);
1869 if (std::error_code EC = makeAbsolute(Path)
    [all...]

Completed in 17 milliseconds