| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elf32-d30v.c | 50 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 D | elf32-d30v.c | 272 int make_absolute = 0; local 344 make_absolute = 1; 354 if (make_absolute)
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-config/ |
| H A D | llvm-config.cpp | 305 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 D | SupportHelpers.cpp | 19 llvm::sys::fs::make_absolute(BaseDir); in findSrcDirMap()
|
| /openbsd-src/gnu/llvm/lld/Common/ |
| H A D | Reproduce.cpp | 26 if (fs::make_absolute(abs)) in relativeToRoot()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | FileRemapper.cpp | 133 fs::make_absolute(origPath); in flushToFile() 139 fs::make_absolute(newPath); in flushToFile()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | Reproducer.cpp | 23 sys::fs::make_absolute(Root); in createReproducerDir()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | SARIFDiagnostic.cpp | 186 llvm::sys::fs::make_absolute(TmpFilename); in emitFilename()
|
| H A D | TextDiagnostic.cpp | 775 llvm::sys::fs::make_absolute(TmpFilename); in emitFilename()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 74 sys::fs::make_absolute(DWOCompDir, DWOPath); in getDWOFilenames()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | LockFileManager.cpp | 163 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) { in LockFileManager()
|
| H A D | FileCollector.cpp | 93 sys::fs::make_absolute(Path); in makeAbsolute()
|
| H A D | Path.cpp | 906 void make_absolute(const Twine ¤t_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 D | VirtualFileSystem.cpp | 135 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 D | LVReader.cpp | 171 sys::fs::make_absolute(SplitFolder); in createSplitFolder()
|
| /openbsd-src/gnu/llvm/llvm/lib/Remarks/ |
| H A D | YAMLRemarkSerializer.cpp | 236 sys::fs::make_absolute(FilenameBuf); in emitExternalFile()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 197 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 D | llvm-rc.cpp | 576 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 D | FileSystem.h | 284 void make_absolute(const Twine ¤t_directory, SmallVectorImpl<char> &path); 297 std::error_code make_absolute(SmallVectorImpl<char> &path);
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-opt-report/ |
| H A D | OptReport.cpp | 263 sys::fs::make_absolute(InputRelDir, FileName); in writeReport()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 48 llvm::sys::fs::make_absolute(WorkingDirectory, CanonPath); in finishedMainFile()
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | driver.cpp | 337 llvm::sys::fs::make_absolute(InstalledPath); in SetInstallDir()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 403 llvm::sys::fs::make_absolute(OrigDir); in findDebugBinary()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 621 std::error_code Err = sys::fs::make_absolute(Ret); in canonicalizePath()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 339 if (std::error_code EC = llvm::sys::fs::make_absolute(ResultPath)) { in ReportDiag()
|