Home
last modified time | relevance | path

Searched refs:OpenOptions (Results 1 – 24 of 24) sorted by relevance

/llvm-project/lldb/include/lldb/Host/
H A DFile.h50 enum OpenOptions : uint32_t { enum
69 static mode_t ConvertOpenOptionsForPOSIXOpen(OpenOptions open_options);
70 static llvm::Expected<OpenOptions> GetOptionsFromMode(llvm::StringRef mode);
73 GetStreamOpenModeFromOptions(OpenOptions options);
318 virtual llvm::Expected<OpenOptions> GetOptions() const;
386 NativeFile(int fd, OpenOptions options, bool transfer_ownership) in NativeFile()
409 llvm::Expected<OpenOptions> GetOptions() const override;
449 OpenOptions m_options{};
472 Create(int fd, OpenOptions options, Options serial_options,
488 SerialPort(int fd, OpenOptions options, Options serial_options,
H A DFileCache.h31 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
H A DStreamFile.h28 StreamFile(const char *path, File::OpenOptions options,
H A DFileSystem.h68 Open(const FileSpec &file_spec, File::OpenOptions options,
/llvm-project/lldb/source/Host/common/
H A DFile.cpp45 File::GetStreamOpenModeFromOptions(File::OpenOptions options) { in GetStreamOpenModeFromOptions()
46 File::OpenOptions rw = in GetStreamOpenModeFromOptions()
80 Expected<File::OpenOptions> File::GetOptionsFromMode(llvm::StringRef mode) { in GetOptionsFromMode()
81 OpenOptions opts = in GetOptionsFromMode()
82 llvm::StringSwitch<OpenOptions>(mode) in GetOptionsFromMode()
100 "invalid mode, cannot convert to File::OpenOptions"); in GetOptionsFromMode()
229 Expected<File::OpenOptions> File::GetOptions() const { in GetOptions()
255 Expected<File::OpenOptions> NativeFile::GetOptions() const { return m_options; } in GetOptions()
325 File::OpenOptions rw = in Close()
345 m_options = OpenOptions( in Close()
[all...]
H A DStreamFile.cpp33 StreamFile::StreamFile(const char *path, File::OpenOptions options, in StreamFile()
H A DFileSystem.cpp372 static int GetOpenFlags(File::OpenOptions options) { in GetOpenFlags()
374 File::OpenOptions rw = in GetOpenFlags()
439 File::OpenOptions options, in Open()
H A DFileCache.cpp27 File::OpenOptions flags, uint32_t mode, in OpenFile()
/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h31 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
H A DPlatform.h576 File::OpenOptions flags, uint32_t mode, in GetSupportsRSync()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp991 llvm::Expected<File::OpenOptions> in Restore()
993 auto options = File::OpenOptions(0); in Restore()
1079 File::OpenOptions options) in ~OwnedPythonFile()
1157 Expected<File::OpenOptions> GetOptions() const override { in Create()
1305 File::OpenOptions rw = in Write()
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h111 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
H A DPlatformRemoteGDBServer.cpp585 File::OpenOptions flags,
/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp102 File::OpenOptions flags, in OpenFile()
H A DPlatform.cpp643 File::OpenOptions flags, uint32_t mode, in OpenFile()
/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp382 const File::OpenOptions flags = File::eOpenOptionWriteOnly | in DoExecute()
H A DCommandObjectMemory.cpp759 File::OpenOptions open_options = in DoExecute()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h348 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
H A DGDBRemoteCommunicationServerCommon.cpp519 auto flags = File::OpenOptions(packet.GetHexMaxU32(false, 0)); in Handle_vFile_Open()
555 NativeFile file(fd, File::OpenOptions(0), true); in Handle_vFile_Close()
H A DGDBRemoteCommunicationClient.cpp3089 File::OpenOptions flags, mode_t mode, in OpenFile()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm424 auto file_options = File::OpenOptions(0);
/llvm-project/lldb/source/Core/
H A DDebugger.cpp1689 File::OpenOptions flags = in GetScriptInterpreter()
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3302 File::OpenOptions flags = File::eOpenOptionWriteOnly | in GetLLDBCommandsFromIOHandler()
/llvm-project/lldb/docs/resources/
H A Dlldbgdbremote.md2334 are the constant values in `enum OpenOptions` from LLDB's