Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 25 of 213) sorted by relevance

123456789

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp26 long GetEpoch(const std::string &Path) { in GetEpoch()
33 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector()
53 std::string FileToString(const std::string &Path) { in FileToString()
59 void CopyFileToErr(const std::string &Path) { in CopyFileToErr()
63 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile()
67 void WriteToFile(const std::string &Data, const std::string &Path) { in WriteToFile()
80 void AppendToFile(const std::string &Data, const std::string &Path) { in AppendToFile()
93 void ReadDirToVectorOfUnits(const char *Path, Vector<Unit> *V, long *Epoch, in ReadDirToVectorOfUnits()
197 Dir, [](const std::string &Path) {}, in RmDirRecursive()
198 [](const std::string &Path) { RmDir(Path); }, in RmDirRecursive()
[all …]
H A DFuzzerIOPosix.cpp27 bool IsFile(const std::string &Path) { in IsFile()
34 bool IsDirectory(const std::string &Path) { in IsDirectory()
41 size_t FileSize(const std::string &Path) { in FileSize()
48 std::string Basename(const std::string &Path) { in Basename()
67 std::string Path = DirPlusFile(Dir, E->d_name); in ListFilesInDirRecursive() local
90 std::string Path = DirPlusFile(Dir, E->d_name); in IterateDirRecursive() local
123 void RemoveFile(const std::string &Path) { in RemoveFile()
165 void MkDir(const std::string &Path) { in MkDir()
169 void RmDir(const std::string &Path) { in RmDir()
H A DFuzzerIOWindows.cpp26 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile()
62 bool IsFile(const std::string &Path) { in IsFile()
79 bool IsDirectory(const std::string &Path) { in IsDirectory()
91 std::string Basename(const std::string &Path) { in Basename()
98 size_t FileSize(const std::string &Path) { in FileSize()
119 std::string Path(Dir); in ListFilesInDirRecursive() local
192 std::string Path = DirPlusFile(Dir, FindInfo.cFileName); in IterateDirRecursive() local
230 void RemoveFile(const std::string &Path) { in RemoveFile()
406 void MkDir(const std::string &Path) { in MkDir()
412 void RmDir(const std::string &Path) { in RmDir()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp34 static bool isCaseSensitivePath(StringRef Path) { in isCaseSensitivePath()
57 SmallVectorImpl<char> &Path) { in updateWithRealPath()
89 static void makeAbsolute(SmallVectorImpl<char> &Path) { in makeAbsolute()
261 llvm::ErrorOr<llvm::vfs::Status> status(const Twine &Path) override { in status()
269 openFileForRead(const Twine &Path) override { in openFileForRead()
281 std::error_code getRealPath(const Twine &Path, in getRealPath()
292 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal()
300 std::error_code setCurrentWorkingDirectory(const llvm::Twine &Path) override { in setCurrentWorkingDirectory()
H A DFileOutputBuffer.cpp36 OnDiskBuffer(StringRef Path, fs::TempFile Temp, fs::mapped_file_region Buf) in OnDiskBuffer()
77 InMemoryBuffer(StringRef Path, MemoryBlock Buf, std::size_t BufSize, in InMemoryBuffer()
117 createInMemoryBuffer(StringRef Path, size_t Size, unsigned Mode) { in createInMemoryBuffer()
127 createOnDiskBuffer(StringRef Path, size_t Size, unsigned Mode) { in createOnDiskBuffer()
158 FileOutputBuffer::create(StringRef Path, size_t Size, unsigned Flags) { in create()
H A DVirtualFileSystem.cpp145 bool FileSystem::exists(const Twine &Path) { in exists()
155 static bool pathHasTraversal(StringRef Path) { in pathHasTraversal()
340 RealFileSystem::getRealPath(const Twine &Path, in getRealPath()
721 SmallString<128> Path; in addFile() local
829 SmallString<128> Path; in lookupInMemoryNode() local
971 SmallString<128> Path; in setCurrentWorkingDirectory() local
1154 SmallString<256> Path; in isLocal() local
1194 SmallString<256> Path; in dir_begin() local
1961 SmallString<256> Path; in status() local
2007 SmallString<256> Path; in openFileForRead() local
[all …]
H A DTarWriter.cpp101 static void writePaxHeader(raw_fd_ostream &OS, StringRef Path) { in writePaxHeader()
127 static bool splitUstar(StringRef Path, StringRef &Prefix, StringRef &Name) { in splitUstar()
184 void TarWriter::append(StringRef Path, StringRef Data) { in append()
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Ddmextern.c305 char *Path) in AcpiDmNormalizeParentPrefix()
647 char *Path, in AcpiDmAddOpToExternalList()
788 char **Path) in AcpiDmRemoveRootPrefix()
897 char *Path, in AcpiDmAddPathToExternalList()
1121 char *Path, in AcpiDmResolveExternal()
1226 char *Path, in AcpiDmAddOneExternalToNamespace()
1565 char *Path) in AcpiDmConflictingDeclaration()
1620 char *Path) in AcpiDmCheckForExternalConflict()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp213 std::string getDarwinDWARFResourceForPath(const std::string &Path, in getDarwinDWARFResourceForPath()
224 bool checkFileCRC(StringRef Path, uint32_t CRCHash) { in checkFileCRC()
359 SmallString<128> Path{Directory}; in findDebugBinary() local
367 SmallString<128> Path = getDebugPath( in findDebugBinary() local
383 SmallString<128> Path = getDebugPath(Directory); in findDebugBinary() local
404 for (const auto &Path : Opts.DsymHints) { in lookUpDsymFile() local
408 for (const auto &Path : DsymPaths) { in lookUpDsymFile() local
427 ObjectFile *LLVMSymbolizer::lookUpDebuglinkObject(const std::string &Path, in lookUpDebuglinkObject()
447 ObjectFile *LLVMSymbolizer::lookUpBuildIDObject(const std::string &Path, in lookUpBuildIDObject()
467 LLVMSymbolizer::getOrCreateObjectPair(const std::string &Path, in getOrCreateObjectPair()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp23 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
36 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMipsLinux.cpp59 for (const auto &Path : Callback(SelectedMultilib)) in AddClangSystemIncludeArgs() local
99 for (std::string Path : Callback(SelectedMultilib)) { in addLibCxxIncludePaths() local
122 SmallString<128> Path(getDriver().ResourceDir); in getCompilerRT() local
H A DMSVC.cpp66 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute()
106 std::string &Path, in findVCToolChainViaCommandLine()
133 findVCToolChainViaEnvironment(llvm::vfs::FileSystem &VFS, std::string &Path, in findVCToolChainViaEnvironment()
249 findVCToolChainViaSetupConfig(llvm::vfs::FileSystem &VFS, std::string &Path, in findVCToolChainViaSetupConfig()
341 static bool findVCToolChainViaRegistry(std::string &Path, in findVCToolChainViaRegistry()
835 llvm::SmallString<256> Path(VCToolChainPath); in getSubDirectoryPath() local
1004 std::string &Path, int &Major, in getWindowsSDKDirViaCommandLine()
1040 std::string &Path, int &Major, in getWindowsSDKDir()
1140 const ArgList &Args, std::string &Path, in getUniversalCRTSdkDir()
1245 for (const auto &Path : DriverArgs.getAllArgValues(options::OPT__SLASH_imsvc)) in AddClangSystemIncludeArgs() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h55 StringRef Path; ///< The entire path. variable
81 StringRef Path; ///< The entire path. variable
H A DVirtualFileSystem.h129 std::string Path; variable
134 directory_entry(std::string Path, llvm::sys::fs::file_type Type) in directory_entry()
375 llvm::ErrorOr<Status> status(const Twine &Path) override { in status()
379 openFileForRead(const Twine &Path) override { in openFileForRead()
388 std::error_code setCurrentWorkingDirectory(const Twine &Path) override { in setCurrentWorkingDirectory()
391 std::error_code getRealPath(const Twine &Path, in getRealPath()
395 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal()
H A DFileSystem.h463 inline bool exists(const Twine &Path) { in exists()
477 inline bool can_write(const Twine &Path) { in can_write()
525 inline bool is_local(const Twine &Path) { in is_local()
562 inline bool is_directory(const Twine &Path) { in is_directory()
584 inline bool is_regular_file(const Twine &Path) { in is_regular_file()
608 inline bool is_symlink_file(const Twine &Path) { in is_symlink_file()
691 inline std::error_code file_size(const Twine &Path, uint64_t &Result) { in file_size()
1333 std::string Path; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp83 [BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in isDerivedFrom()
103 [BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in isVirtuallyDerivedFrom()
330 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases()
364 CXXBasePath &Path, in FindBaseClass()
373 CXXBasePath &Path, in FindVirtualBaseClass()
387 static bool findOrdinaryMember(const CXXRecordDecl *RD, CXXBasePath &Path, in findOrdinaryMember()
404 [Name](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in hasMemberName()
413 CXXBasePath &Path, DeclarationName Name) { in findOrdinaryMemberInDependentClasses()
451 [&](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in lookupDependentName()
/freebsd-13.1/contrib/llvm-project/clang/lib/DirectoryWatcher/
H A DDirectoryScanner.cpp17 Optional<sys::fs::file_status> getFileStatus(StringRef Path) { in getFileStatus()
25 std::vector<std::string> scanDirectory(StringRef Path) { in scanDirectory()
/freebsd-13.1/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp114 StringRef Path = ((const char **)EventPaths)[i]; in eventStreamCallback() local
161 StringRef Path, in createFSEventStream()
217 StringRef Path, in create()
260 StringRef Path, in create()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp34 FileSystemStatCache::get(StringRef Path, llvm::vfs::Status &Status, in get()
102 MemorizeStatCalls::getStat(StringRef Path, llvm::vfs::Status &Status, in getStat()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h127 std::string Path; // Path to the cache, empty to disable. member
133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
189 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); } in setSaveTempsDir()
195 void setGeneratedObjectsDirectory(std::string Path) { in setGeneratedObjectsDirectory()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h114 SmallString<128> Path; variable
174 SmallString<128> Path; variable
204 SmallString<128> Path; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp413 SmallString<128> Path(getDriver().ResourceDir); in getCompilerRTPath() local
479 SmallString<128> Path(getCompilerRTPath()); in getCompilerRT() local
503 SmallString<128> Path(getDriver().ResourceDir); in getArchSpecificLibPath() local
562 std::string Path(A->getValue()); in GetLinkerPath() local
845 const Twine &Path) { in addSystemInclude()
860 const Twine &Path) { in addExternCSystemInclude()
867 const Twine &Path) { in addExternCSystemIncludeIfExists()
876 for (const auto &Path : Paths) { in addSystemIncludes() local
886 SmallString<128> Path(IncludePath); in detectLibcxxVersion() local
987 std::string Path; in addFastMathRuntimeIfAvailable() local
/freebsd-13.1/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp38 SmallString<MAX_PATH> Path; member in __anonf42221350111::DirectoryWatcherWindows
51 void emplace(DirectoryWatcher::Event::EventKind Kind, StringRef Path) { in emplace()
258 clang::DirectoryWatcher::create(StringRef Path, in create()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp62 for (auto &Path : Paths) { in convertConstantExprsToInstructions() local
91 std::vector<ConstantExpr *> Path{CE2}; in collectConstantExprPaths() local
/freebsd-13.1/contrib/llvm-project/clang/lib/DirectoryWatcher/default/
H A DDirectoryWatcher-not-implemented.cpp15 StringRef Path, in create()

123456789