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

12345678

/freebsd-current/contrib/llvm-project/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
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextAPIContext.h25 std::string Path; member in struct:llvm::MachO::TextAPIContext
H A DUtils.cpp18 void llvm::MachO::replace_extension(SmallVectorImpl<char> &Path, argument
/freebsd-current/contrib/llvm-project/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
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DLLVMDriver.h15 const char *Path; member in struct:llvm::ToolContext
H A DFileOutputBuffer.h80 FileOutputBuffer(StringRef Path) : FinalPath(Path) {} argument
H A DFileCollector.h31 bool markAsSeen(StringRef Path) { argument
H A DPath.h76 StringRef Path; ///< The entire path. member in class:llvm::sys::path::const_iterator
102 StringRef Path; ///< The entire path. member in class:llvm::sys::path::reverse_iterator
[all...]
/freebsd-current/contrib/llvm-project/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
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp88 static Expected<std::unique_ptr<MemoryBuffer>> openBitcodeFile(StringRef Path) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { argument
/freebsd-current/contrib/llvm-project/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
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp66 const std::string &Path = Dir->path(); local
/freebsd-current/contrib/llvm-project/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
/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp27 os << "Could not find API ignores file " << Path; local
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp78 SmallString<128> Path = GetDebugPath( local
92 SmallString<128> Path = GetDebugPath(Directory); local
[all...]
H A DBinary.cpp107 object::createBinary(StringRef Path, LLVMContext *Context, bool InitContent) { argument
/freebsd-current/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c260 char *Path; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPPCLinux.cpp24 llvm::SmallVector<char, 16> Path; local
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp281 std::error_code llvm::identify_magic(const Twine &Path, file_magic &Result) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DUtils.h53 inline bool isPathAbsoluteOnWindowsOrPosix(const Twine &Path) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp173 std::string Path; member in class:clang::tooling::FileMatchTrieNode
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp74 Expected<tpctypes::DylibHandle> EPCGenericDylibManager::open(StringRef Path, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp35 OnDiskBuffer(StringRef Path, fs::TempFile Temp, fs::mapped_file_region Buf) argument
78 InMemoryBuffer(StringRef Path, MemoryBlock Buf, std::size_t BufSize, argument
118 createInMemoryBuffer(StringRef Path, size_t Size, unsigned Mode) { argument
128 createOnDiskBuffer(StringRef Path, size_t Size, unsigned Mode) { argument
159 create(StringRef Path, size_t Size, unsigned Flags) argument
[all...]

Completed in 165 milliseconds

12345678