Searched defs:Path (Results 1 - 25 of 194) sorted by relevance

12345678

/openbsd-current/gnu/llvm/clang/lib/DirectoryWatcher/default/
H A DDirectoryWatcher-not-implemented.cpp14 create( StringRef Path, std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, bool WaitForInitialSync) argument
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/bitwriter/
H A Dbitwriter_ocaml.c25 value llvm_write_bitcode_file(LLVMModuleRef M, value Path) { argument
/openbsd-current/gnu/llvm/llvm/lib/TextAPI/
H A DTextAPIContext.h25 std::string Path; member in struct:llvm::MachO::TextAPIContext
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp22 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, argument
35 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, argument
H A DPDBSymbolCompiland.cpp66 std::string Path = EnvWorkingDir + "\\" + EnvSrc; local
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DBuildID.cpp70 SmallString<128> Path = GetDebugPath( local
84 SmallString<128> Path = GetDebugPath(Directory); local
[all...]
H A DBinary.cpp103 object::createBinary(StringRef Path, LLVMContext *Context, bool InitContent) { argument
/openbsd-current/gnu/llvm/clang/lib/DirectoryWatcher/
H A DDirectoryScanner.cpp18 std::optional<sys::fs::file_status> getFileStatus(StringRef Path) { argument
26 std::vector<std::string> scanDirectory(StringRef Path) { argument
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DFileOutputBuffer.h80 FileOutputBuffer(StringRef Path) : FinalPath(Path) {} argument
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSupport.cpp33 std::string llvm::logicalview::transformPath(StringRef Path) { argument
50 std::string llvm::logicalview::flattenedFilePath(StringRef Path) { argument
/openbsd-current/gnu/llvm/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp88 static Expected<std::unique_ptr<MemoryBuffer>> openBitcodeFile(StringRef Path) { argument
/openbsd-current/gnu/llvm/llvm/tools/llvm-debuginfod-find/
H A Dllvm-debuginfod-find.cpp97 std::string Path; local
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DFileSystemStatCache.cpp34 FileSystemStatCache::get(StringRef Path, llvm::vfs::Status &Status, argument
102 MemorizeStatCalls::getStat(StringRef Path, llvm::vfs::Status &Status, argument
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { argument
/openbsd-current/gnu/usr.bin/perl/cpan/File-Path/lib/File/
H A DPath.pm[all...]
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DPPCLinux.cpp24 llvm::SmallVector<char, 16> Path; local
/openbsd-current/gnu/llvm/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp27 os << "Could not find API ignores file " << Path; local
/openbsd-current/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp154 std::string Path = local
/openbsd-current/gnu/llvm/llvm/lib/BinaryFormat/
H A DMagic.cpp252 std::error_code llvm::identify_magic(const Twine &Path, file_magic &Result) { argument
/openbsd-current/gnu/llvm/llvm/tools/llvm-libtool-darwin/
H A DDependencyInfo.h23 virtual void addMissingInput(llvm::StringRef Path) { argument
/openbsd-current/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp66 const std::string &Path = Dir->path(); local
/openbsd-current/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPIIgnoresList.h34 std::string Path; member in struct:clang::extractapi::IgnoresFileNotFound
37 explicit IgnoresFileNotFound(StringRef Path) : Path(Path) {} argument
/openbsd-current/gnu/llvm/libcxx/utils/
H A Dgenerate_extended_grapheme_cluster_test.py16 from pathlib import Path namespace
/openbsd-current/gnu/llvm/clang/lib/Tooling/
H A DFileMatchTrie.cpp173 std::string Path; member in class:clang::tooling::FileMatchTrieNode
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DFileOutputBuffer.cpp34 OnDiskBuffer(StringRef Path, fs::TempFile Temp, fs::mapped_file_region Buf) argument
75 InMemoryBuffer(StringRef Path, MemoryBlock Buf, std::size_t BufSize, argument
115 createInMemoryBuffer(StringRef Path, size_t Size, unsigned Mode) { argument
125 createOnDiskBuffer(StringRef Path, size_t Size, unsigned Mode) { argument
156 create(StringRef Path, size_t Size, unsigned Flags) argument
[all...]

Completed in 405 milliseconds

12345678