Searched refs:AbsolutePath (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DCompilationDatabase.cpp106 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile));
107 StringRef Directory = llvm::sys::path::parent_path(AbsolutePath);
121 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir));
124 findCompilationDatabaseFromDirectory(AbsolutePath, ErrorMessage);
H A DJSONCompilationDatabase.cpp425 SmallString<128> AbsolutePath(
427 llvm::sys::path::append(AbsolutePath, FileName);
428 llvm::sys::path::remove_dots(AbsolutePath, /*remove_dot_dot=*/ true);
429 llvm::sys::path::native(AbsolutePath, NativeFilePath);
H A DTooling.cpp235 SmallString<1024> AbsolutePath = RelativePath; local
236 if (auto EC = FS.makeAbsolute(AbsolutePath))
238 llvm::sys::path::native(AbsolutePath);
239 return std::string(AbsolutePath.str());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp532 SmallString<16> AbsolutePath; local
535 sys::path::append(AbsolutePath, *CompilationDir);
537 sys::path::append(AbsolutePath, *DWOFileName);
541 auto DWOContext = Context.getDWOContext(AbsolutePath);
H A DDWARFContext.cpp1372 DWARFContext::getDWOContext(StringRef AbsolutePath) { argument
1378 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath];
1403 return object::ObjectFile::createObjectFile(AbsolutePath);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h375 std::shared_ptr<DWARFContext> getDWOContext(StringRef AbsolutePath);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1144 SmallString<128> AbsolutePath;
1145 Path.toVector(AbsolutePath);
1146 if (std::error_code EC = makeAbsolute(AbsolutePath))
1148 WorkingDirectory = std::string(AbsolutePath.str());

Completed in 178 milliseconds