Home
last modified time | relevance | path

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

12

/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dpathfind.c26 static char * make_absolute(char const * string, char const * dot_path);
79 char * abs_name = make_absolute(fname, colon_unit); in pathfind()
111 make_absolute( char const * string, char const * dot_path ) in make_absolute() function
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp80 if (auto EC = sys::fs::make_absolute(Src)) in make_relative()
83 if (auto EC = sys::fs::make_absolute(Dst)) in make_relative()
/freebsd/contrib/llvm-project/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp19 llvm::sys::fs::make_absolute(BaseDir); in findSrcDirMap()
/freebsd/contrib/llvm-project/lld/Common/
H A DReproduce.cpp26 if (fs::make_absolute(abs)) in relativeToRoot()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp163 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) { in LockFileManager()
H A DFileCollector.cpp93 sys::fs::make_absolute(Path); in makeAbsolute()
H A DPath.cpp907 void make_absolute(const Twine &current_directory, in make_absolute() function
956 std::error_code make_absolute(SmallVectorImpl<char> &path) { in make_absolute() function
964 make_absolute(current_dir, path); in make_absolute()
H A DVirtualFileSystem.cpp136 llvm::sys::fs::make_absolute(WorkingDir.get(), Path); in makeAbsolute()
301 sys::fs::make_absolute(WD->get().Resolved, Storage); in adjustPath()
1962 EC = sys::fs::make_absolute(Name); in parseEntry()
2193 std::error_code EC = llvm::sys::fs::make_absolute(OverlayAbsDir); in create()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp220 llvm::sys::fs::make_absolute(Result); in getPrebuiltModuleFileName()
245 llvm::sys::fs::make_absolute(CachePath); in getPrebuiltImplicitModuleFileName()
270 llvm::sys::fs::make_absolute(Result); in getCachedModuleFileNameImpl()
2050 fs::make_absolute(WorkingDir, FilePath); in suggestPathToFileForDiagnostics()
2064 fs::make_absolute(WorkingDir, Dir); in suggestPathToFileForDiagnostics()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp171 sys::fs::make_absolute(SplitFolder); in createSplitFolder()
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp236 sys::fs::make_absolute(FilenameBuf); in emitExternalFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp95 sys::fs::make_absolute(DWOCompDir, DWOPath); in getDWOFilenames()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h281 void make_absolute(const Twine &current_directory, SmallVectorImpl<char> &path);
294 std::error_code make_absolute(SmallVectorImpl<char> &path);
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp610 make_absolute(AbsPath); in isIgnored()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp53 llvm::sys::fs::make_absolute(WorkingDirectory, CanonPath); in finishedMainFile()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp450 llvm::sys::fs::make_absolute(OrigDir); in findDebugBinary()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp349 if (std::error_code EC = llvm::sys::fs::make_absolute(ResultPath)) { in ReportDiag()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp765 llvm::sys::fs::make_absolute(TmpFilename); in emitFilename()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc103 if (std::error_code EC = llvm::sys::fs::make_absolute(Path8Str))
1528 fs::make_absolute(Result); // Make it absolute if not already.
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp220 if (std::error_code EC = sys::fs::make_absolute(EffectivePath)) { in addCollectedPath()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp992 std::error_code Err = sys::fs::make_absolute(Ret); in canonicalizePath()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp261 sys::fs::make_absolute(fileName); in pdbMakeAbsolute()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2433 sys::fs::make_absolute(OutputDir); in registerCallbacks()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1788 llvm::sys::fs::make_absolute(Path); in writeLoc()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1185 std::error_code ec = sys::fs::make_absolute(path); in emitObjectFileStab()

12