Home
last modified time | relevance | path

Searched refs:make_absolute (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project-15.0.7/llvm/tools/llvm-config/
H A Dllvm-config.cpp308 sys::fs::make_absolute(CurrentPath); in main()
364 sys::fs::make_absolute(ActivePrefix, Path); in main()
369 sys::fs::make_absolute(ActivePrefix, Path); in main()
375 sys::fs::make_absolute(ActivePrefix, Path); in main()
/llvm-project-15.0.7/lldb/unittests/TestingSupport/
H A DTestUtilities.cpp24 llvm::sys::fs::make_absolute(result); in GetInputFilePath()
/llvm-project-15.0.7/lld/Common/
H A DReproduce.cpp26 if (fs::make_absolute(abs)) in relativeToRoot()
/llvm-project-15.0.7/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp19 llvm::sys::fs::make_absolute(BaseDir); in findSrcDirMap()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInstanceTest.cpp32 sys::fs::make_absolute(CurrentPath, FileName); in TEST()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DFileRemapper.cpp133 fs::make_absolute(origPath); in flushToFile()
139 fs::make_absolute(newPath); in flushToFile()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A Drun-clang-tidy.py86 def make_absolute(f, directory): function
331 files = set([make_absolute(entry['file'], entry['directory'])
H A DClangTidyMain.cpp496 if (std::error_code EC = llvm::sys::fs::make_absolute(AbsolutePath)) { in clangTidyMain()
/llvm-project-15.0.7/lldb/source/Utility/
H A DReproducer.cpp126 llvm::sys::fs::make_absolute(path); in MakeAbsolute()
/llvm-project-15.0.7/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp73 sys::fs::make_absolute(DWOCompDir, DWOPath); in getDWOFilenames()
/llvm-project-15.0.7/llvm/lib/Support/
H A DLockFileManager.cpp164 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) { in LockFileManager()
H A DFileCollector.cpp91 sys::fs::make_absolute(Path); in makeAbsolute()
H A DPath.cpp906 void make_absolute(const Twine &current_directory, in make_absolute() function
955 std::error_code make_absolute(SmallVectorImpl<char> &path) { in make_absolute() function
963 make_absolute(current_dir, path); in make_absolute()
H A DVirtualFileSystem.cpp136 llvm::sys::fs::make_absolute(WorkingDir.get(), Path); in makeAbsolute()
291 sys::fs::make_absolute(WD->Resolved, Storage); in adjustPath()
1890 auto EC = sys::fs::make_absolute(Name); in parseEntry()
2106 std::error_code EC = llvm::sys::fs::make_absolute(OverlayAbsDir); in create()
/llvm-project-15.0.7/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp235 sys::fs::make_absolute(FilenameBuf); in emitExternalFile()
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderSearch.cpp196 llvm::sys::fs::make_absolute(Result); in getPrebuiltModuleFileName()
221 llvm::sys::fs::make_absolute(CachePath); in getPrebuiltImplicitModuleFileName()
246 llvm::sys::fs::make_absolute(Result); in getCachedModuleFileNameImpl()
1902 fs::make_absolute(WorkingDir, DirPath); in suggestPathToFileForDiagnostics()
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp557 llvm::sys::fs::make_absolute(OutputFile); in parseRcOptions()
632 llvm::sys::fs::make_absolute(InputFile); in doRc()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp580 fs::make_absolute(TestScheme::TestDir, Path); in getAbsolutePath()
663 if (std::error_code EC = llvm::sys::fs::make_absolute(Path)) { in FlagsConfigProvider()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQueryDriverDatabase.cpp355 llvm::sys::fs::make_absolute(Cmd->Directory, Driver); in getCompileCommand()
H A DConfigCompile.cpp135 llvm::sys::fs::make_absolute(FragmentDirectory, AbsPath); in makeAbsolute()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h284 void make_absolute(const Twine &current_directory, SmallVectorImpl<char> &path);
297 std::error_code make_absolute(SmallVectorImpl<char> &path);
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp168 cantFail(llvm::errorCodeToError(llvm::sys::fs::make_absolute(absPath))); in compileAndExecute()
/llvm-project-15.0.7/llvm/tools/llvm-opt-report/
H A DOptReport.cpp262 sys::fs::make_absolute(InputRelDir, FileName); in writeReport()
/llvm-project-15.0.7/clang/tools/driver/
H A Ddriver.cpp296 llvm::sys::fs::make_absolute(InstalledPath); in SetInstallDir()
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp439 llvm::sys::fs::make_absolute(OrigDir); in findDebugBinary()

12