Home
last modified time | relevance | path

Searched refs:is_relative (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp61 if (llvm::sys::path::is_relative(NewPath)) in insert()
197 if (llvm::sys::path::is_relative(FileName)) { in findEquivalent()
H A DJSONCompilationDatabase.cpp414 if (llvm::sys::path::is_relative(FileName)) { in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h567 LLVM_ABI bool is_relative(const Twine &path, Style style = Style::native);
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp633 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 DLibDriver.cpp510 if (sys::path::is_relative(Member.MemberName)) { in libDriverMain()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1205 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 DPath.cpp699 bool is_relative(const Twine &path, Style style) { in is_relative() function
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp727 if (__tz.is_relative()) in __current_zone_etc_localtime()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1380 if (llvm::sys::path::is_relative(FileNameRef)) { in parseModuleMapFile()
1853 if (llvm::sys::path::is_relative(FileNameRef)) { in handleExternModuleDecl()
H A DHeaderSearch.cpp543 if (llvm::sys::path::is_relative(Dest)) { in LookupFile()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp617 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem139 bool is_relative() const;
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h850 _LIBCPP_HIDE_FROM_ABI bool is_relative() const { return !is_absolute(); }
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp558 if (llvm::sys::path::is_relative(Entry.getName())) { in FinalizeHTML()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp380 if (sys::path::is_relative(PCMFile)) in loadClangModule()
H A DDWARFLinkerCompileUnit.cpp285 if (sys::path::is_relative(Path)) in analyzeImportedModule()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp225 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 DInputFiles.cpp1779 if (path::is_relative(memberPath)) { in dtltoAdjustMemberPathIfThinArchive()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp279 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 DClang.cpp664 if (llvm::sys::path::is_relative(CoverageFilename)) in addPGOAndCoverageFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24087 {"_ZN4llvm3sys4path11is_relativeERKNS_5TwineE", "llvm::sys::path::is_relative(llvm::Twine const&)"},