Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-d30v.c50 int make_absolute = 0; in bfd_elf_d30v_reloc() local
122 make_absolute = 1; in bfd_elf_d30v_reloc()
132 if (make_absolute) in bfd_elf_d30v_reloc()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-d30v.c272 int make_absolute = 0; local
344 make_absolute = 1;
354 if (make_absolute)
/openbsd-src/gnu/llvm/llvm/tools/llvm-config/
H A Dllvm-config.cpp305 sys::fs::make_absolute(CurrentPath); in main()
361 sys::fs::make_absolute(ActivePrefix, Path); in main()
366 sys::fs::make_absolute(ActivePrefix, Path); in main()
372 sys::fs::make_absolute(ActivePrefix, Path); in main()
/openbsd-src/gnu/llvm/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp19 llvm::sys::fs::make_absolute(BaseDir); in findSrcDirMap()
/openbsd-src/gnu/llvm/lld/Common/
H A DReproduce.cpp26 if (fs::make_absolute(abs)) in relativeToRoot()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DFileRemapper.cpp133 fs::make_absolute(origPath); in flushToFile()
139 fs::make_absolute(newPath); in flushToFile()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DReproducer.cpp23 sys::fs::make_absolute(Root); in createReproducerDir()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp186 llvm::sys::fs::make_absolute(TmpFilename); in emitFilename()
H A DTextDiagnostic.cpp775 llvm::sys::fs::make_absolute(TmpFilename); in emitFilename()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp74 sys::fs::make_absolute(DWOCompDir, DWOPath); in getDWOFilenames()
/openbsd-src/gnu/llvm/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.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.cpp135 llvm::sys::fs::make_absolute(WorkingDir.get(), Path); in makeAbsolute()
290 sys::fs::make_absolute(WD->Resolved, Storage); in adjustPath()
1929 EC = sys::fs::make_absolute(Name); in parseEntry()
2160 std::error_code EC = llvm::sys::fs::make_absolute(OverlayAbsDir); in create()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp171 sys::fs::make_absolute(SplitFolder); in createSplitFolder()
/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp236 sys::fs::make_absolute(FilenameBuf); in emitExternalFile()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp197 llvm::sys::fs::make_absolute(Result); in getPrebuiltModuleFileName()
222 llvm::sys::fs::make_absolute(CachePath); in getPrebuiltImplicitModuleFileName()
247 llvm::sys::fs::make_absolute(Result); in getCachedModuleFileNameImpl()
1947 fs::make_absolute(WorkingDir, Dir); in suggestPathToFileForDiagnostics()
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp576 llvm::sys::fs::make_absolute(OutputFile); in parseRcOptions()
651 llvm::sys::fs::make_absolute(InputFile); in doRc()
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/llvm/tools/llvm-opt-report/
H A DOptReport.cpp263 sys::fs::make_absolute(InputRelDir, FileName); in writeReport()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp48 llvm::sys::fs::make_absolute(WorkingDirectory, CanonPath); in finishedMainFile()
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Ddriver.cpp337 llvm::sys::fs::make_absolute(InstalledPath); in SetInstallDir()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp403 llvm::sys::fs::make_absolute(OrigDir); in findDebugBinary()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DArchiveWriter.cpp621 std::error_code Err = sys::fs::make_absolute(Ret); in canonicalizePath()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp339 if (std::error_code EC = llvm::sys::fs::make_absolute(ResultPath)) { in ReportDiag()

12