Searched refs:getAbsolutePath (Results 1 – 6 of 6) sorted by relevance
251 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS, in getAbsolutePath() function264 std::string getAbsolutePath(StringRef File) { in getAbsolutePath() function265 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()536 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run()
100 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile)); in autoDetectFromSource()115 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir)); in autoDetectFromDirectory()
167 std::string DiagnosticLocation::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticLocation177 std::string DiagnosticInfoWithLocationBase::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticInfoWithLocationBase178 return Loc.getAbsolutePath(); in getAbsolutePath()
483 std::string getAbsolutePath(StringRef File);486 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS,
340 LLVM_ABI std::string getAbsolutePath() const;373 std::string getAbsolutePath() const;
553 FE = FileMgr.getOptionalFileRef(D.getAbsolutePath()); in getBestLocationFromDebugLoc()