| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | File.h | 49 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 D | FileCache.h | 31 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
|
| H A D | FileSystem.h | 58 Open(const FileSpec &file_spec, File::OpenOptions options,
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | File.cpp | 43 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 D | FileSystem.cpp | 384 static int GetOpenFlags(File::OpenOptions options) { in GetOpenFlags() 386 File::OpenOptions rw = in GetOpenFlags() 451 File::OpenOptions options, in Open()
|
| H A D | FileCache.cpp | 27 File::OpenOptions flags, uint32_t mode, in OpenFile()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | StreamFile.h | 28 StreamFile(const char *path, File::OpenOptions options,
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | StreamFile.cpp | 33 StreamFile::StreamFile(const char *path, File::OpenOptions options, in StreamFile()
|
| H A D | Debugger.cpp | 1446 File::OpenOptions flags = in EnableLog()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 29 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
|
| H A D | Platform.h | 492 File::OpenOptions flags, uint32_t mode,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 1010 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 D | PlatformRemoteGDBServer.h | 110 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
|
| H A D | PlatformRemoteGDBServer.cpp | 584 File::OpenOptions flags, in OpenFile()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 214 File::OpenOptions flags, in OpenFile()
|
| H A D | Platform.cpp | 675 File::OpenOptions flags, uint32_t mode, in OpenFile()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 354 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags,
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 508 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 D | GDBRemoteCommunicationClient.cpp | 3051 File::OpenOptions flags, mode_t mode, in OpenFile()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectLog.cpp | 397 const File::OpenOptions flags = File::eOpenOptionWriteOnly | in DoExecute()
|
| H A D | CommandObjectMemory.cpp | 770 File::OpenOptions open_options = in DoExecute()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-platform-packets.txt | 372 // 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 D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 425 auto file_options = File::OpenOptions(0);
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 3171 File::OpenOptions flags = File::eOpenOptionWriteOnly | in SaveTranscript()
|