| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | FileMatchTrie.cpp | 61 if (llvm::sys::path::is_relative(NewPath)) in insert() 197 if (llvm::sys::path::is_relative(FileName)) { in findEquivalent()
|
| H A D | JSONCompilationDatabase.cpp | 414 if (llvm::sys::path::is_relative(FileName)) { in parse()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Path.h | 567 LLVM_ABI bool is_relative(const Twine &path, Style style = Style::native);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 633 if (sys::path::is_relative(Name, sys::path::Style::posix) && in collectObjectSources() 634 sys::path::is_relative(Name, sys::path::Style::windows)) in collectObjectSources()
|
| /freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 510 if (sys::path::is_relative(Member.MemberName)) { in libDriverMain()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 1205 if (!llvm::sys::path::is_relative(FileName)) in expandResponseFile() 1275 if (llvm::sys::path::is_relative(FName)) { in expandResponseFiles() 1403 if (llvm::sys::path::is_relative(FileName) && FS->makeAbsolute(CfgFilePath)) in findConfigFile() 1430 if (sys::path::is_relative(CfgFile)) { in readConfigFile()
|
| H A D | Path.cpp | 699 bool is_relative(const Twine &path, Style style) { in is_relative() function
|
| /freebsd/contrib/llvm-project/libcxx/src/experimental/ |
| H A D | tzdb.cpp | 727 if (__tz.is_relative()) in __current_zone_etc_localtime()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 1380 if (llvm::sys::path::is_relative(FileNameRef)) { in parseModuleMapFile() 1853 if (llvm::sys::path::is_relative(FileNameRef)) { in handleExternModuleDecl()
|
| H A D | HeaderSearch.cpp | 543 if (llvm::sys::path::is_relative(Dest)) { in LookupFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 617 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | filesystem | 139 bool is_relative() const;
|
| /freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | path.h | 850 _LIBCPP_HIDE_FROM_ABI bool is_relative() const { return !is_absolute(); }
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 558 if (llvm::sys::path::is_relative(Entry.getName())) { in FinalizeHTML()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 380 if (sys::path::is_relative(PCMFile)) in loadClangModule()
|
| H A D | DWARFLinkerCompileUnit.cpp | 285 if (sys::path::is_relative(Path)) in analyzeImportedModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 225 if (sys::path::is_relative(Path)) in analyzeImportedModule() 2649 if (sys::path::is_relative(PCMFile)) in loadClangModule()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.cpp | 1779 if (path::is_relative(memberPath)) { in dtltoAdjustMemberPathIfThinArchive()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 279 if ((!SysRoot.empty()) && llvm::sys::path::is_relative(SysRoot)) { in Driver() 1340 if (llvm::sys::path::is_relative(CfgFilePath)) { in loadConfigFiles()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 664 if (llvm::sys::path::is_relative(CoverageFilename)) in addPGOAndCoverageFlags()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 24087 {"_ZN4llvm3sys4path11is_relativeERKNS_5TwineE", "llvm::sys::path::is_relative(llvm::Twine const&)"},
|