Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFile.h49 enum OpenOptions : uint32_t { enum
68 static mode_t ConvertOpenOptionsForPOSIXOpen(OpenOptions open_options);
69 static llvm::Expected<OpenOptions> GetOptionsFromMode(llvm::StringRef mode);
72 GetStreamOpenModeFromOptions(OpenOptions options);
317 virtual llvm::Expected<OpenOptions> GetOptions() const;
385 NativeFile(int fd, OpenOptions options, bool transfer_ownership) in NativeFile()
410 llvm::Expected<OpenOptions> GetOptions() const override;
428 OpenOptions m_options{};
451 Create(int fd, OpenOptions options, Options serial_options,
467 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 DFileSystem.h58 Open(const FileSpec &file_spec, File::OpenOptions options,
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp43 File::GetStreamOpenModeFromOptions(File::OpenOptions options) { in GetStreamOpenModeFromOptions()
44 File::OpenOptions rw = in GetStreamOpenModeFromOptions()
78 Expected<File::OpenOptions> File::GetOptionsFromMode(llvm::StringRef mode) { in GetOptionsFromMode()
79 OpenOptions opts = in GetOptionsFromMode()
80 llvm::StringSwitch<OpenOptions>(mode) in GetOptionsFromMode()
227 Expected<File::OpenOptions> File::GetOptions() const { in GetOptions()
313 File::OpenOptions rw = in Close()
329 m_options = OpenOptions(0); in Close()
738 mode_t File::ConvertOpenOptionsForPOSIXOpen(OpenOptions open_options) { in ConvertOpenOptionsForPOSIXOpen()
740 File::OpenOptions rw = in ConvertOpenOptionsForPOSIXOpen()
[all …]
H A DFileSystem.cpp384 static int GetOpenFlags(File::OpenOptions options) { in GetOpenFlags()
386 File::OpenOptions rw = in GetOpenFlags()
451 File::OpenOptions options, in Open()
H A DFileCache.cpp27 File::OpenOptions flags, uint32_t mode, in OpenFile()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DStreamFile.h28 StreamFile(const char *path, File::OpenOptions options,
/llvm-project-15.0.7/lldb/source/Core/
H A DStreamFile.cpp33 StreamFile::StreamFile(const char *path, File::OpenOptions options, in StreamFile()
H A DDebugger.cpp1446 File::OpenOptions flags = in EnableLog()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h29 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
H A DPlatform.h492 File::OpenOptions flags, uint32_t mode,
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1010 llvm::Expected<File::OpenOptions>
1012 auto options = File::OpenOptions(0); in GetOptionsForPyObject()
1097 File::OpenOptions options) in SimplePythonFile()
1173 Expected<File::OpenOptions> GetOptions() const override { in GetOptions()
1312 File::OpenOptions rw = in ConvertToFile()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h110 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
H A DPlatformRemoteGDBServer.cpp584 File::OpenOptions flags, in OpenFile()
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp214 File::OpenOptions flags, in OpenFile()
H A DPlatform.cpp675 File::OpenOptions flags, uint32_t mode, in OpenFile()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h354 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
H A DGDBRemoteCommunicationServerCommon.cpp508 auto flags = File::OpenOptions(packet.GetHexMaxU32(false, 0)); in Handle_vFile_Open()
557 NativeFile file(fd, File::OpenOptions(0), true); in Handle_vFile_Close()
H A DGDBRemoteCommunicationClient.cpp3051 File::OpenOptions flags, mode_t mode, in OpenFile()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectLog.cpp397 const File::OpenOptions flags = File::eOpenOptionWriteOnly | in DoExecute()
H A DCommandObjectMemory.cpp770 File::OpenOptions open_options = in DoExecute()
/llvm-project-15.0.7/lldb/docs/
H A Dlldb-platform-packets.txt372 // are the constant values in enum OpenOptions from lldb's File.h
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm425 auto file_options = File::OpenOptions(0);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3171 File::OpenOptions flags = File::eOpenOptionWriteOnly | in SaveTranscript()