Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-d30v.c49 int make_absolute = 0; in bfd_elf_d30v_reloc() local
121 make_absolute = 1; in bfd_elf_d30v_reloc()
131 if (make_absolute) in bfd_elf_d30v_reloc()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-d30v.c49 int make_absolute = 0; in bfd_elf_d30v_reloc() local
121 make_absolute = 1; in bfd_elf_d30v_reloc()
131 if (make_absolute) in bfd_elf_d30v_reloc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp19 llvm::sys::fs::make_absolute(BaseDir); in findSrcDirMap()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DFileRemapper.cpp133 fs::make_absolute(origPath); in flushToFile()
139 fs::make_absolute(newPath); in flushToFile()
H A DObjCMT.cpp1794 llvm::sys::fs::make_absolute(Path); in writeLoc()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-config/
H A Dllvm-config.cpp306 sys::fs::make_absolute(CurrentPath); in main()
362 sys::fs::make_absolute(ActivePrefix, path); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DLockFileManager.cpp164 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) { in LockFileManager()
H A DPath.cpp901 void make_absolute(const Twine &current_directory, in make_absolute() function
951 std::error_code make_absolute(SmallVectorImpl<char> &path) { in make_absolute() function
959 make_absolute(current_dir, path); in make_absolute()
H A DFileCollector.cpp91 sys::fs::make_absolute(Path); in makeAbsolute()
H A DVirtualFileSystem.cpp132 llvm::sys::fs::make_absolute(WorkingDir.get(), Path); in makeAbsolute()
272 sys::fs::make_absolute(WD->Resolved, Storage); in adjustPath()
1780 std::error_code EC = llvm::sys::fs::make_absolute(OverlayAbsDir); in create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp159 llvm::sys::fs::make_absolute(Result); in getPrebuiltModuleFileName()
175 llvm::sys::fs::make_absolute(CachePath); in getPrebuiltImplicitModuleFileName()
200 llvm::sys::fs::make_absolute(Result); in getCachedModuleFileNameImpl()
1799 fs::make_absolute(WorkingDir, DirPath); in suggestPathToFileForDiagnostics()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp238 sys::fs::make_absolute(FilenameBuf); in emitExternalFile()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp556 llvm::sys::fs::make_absolute(OutputFile); in parseRcOptions()
629 llvm::sys::fs::make_absolute(InputFile); in doRc()
/netbsd-src/external/apache2/llvm/dist/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);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
H A DOptReport.cpp261 sys::fs::make_absolute(InputRelDir, FileName); in writeReport()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Ddriver.cpp317 llvm::sys::fs::make_absolute(InstalledPath); in SetInstallDir()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp255 llvm::sys::fs::make_absolute(OrigDir); in findDebugBinary()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp533 std::error_code Err = sys::fs::make_absolute(Ret); in canonicalizePath()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp273 llvm::sys::fs::make_absolute(Model)) { in ReportDiag()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp643 sys::fs::make_absolute(DWOCompDir, DWOPath); in getDWOFilenames()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp775 llvm::sys::fs::make_absolute(TmpFilename); in emitFilename()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp208 if (std::error_code EC = sys::fs::make_absolute(EffectivePath)) { in addCollectedPath()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc98 if (std::error_code EC = llvm::sys::fs::make_absolute(Path8Str))
1475 fs::make_absolute(Result); // Make it absolute if not already.
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2017685 (make_absolute): Remove function.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp879 if (llvm::sys::fs::make_absolute(CfgDir).value() != 0) in loadConfigFile()
890 if (llvm::sys::fs::make_absolute(CfgDir).value() != 0) in loadConfigFile()

12