Home
last modified time | relevance | path

Searched refs:eOpenOptionCanCreate (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp63 if (options & File::eOpenOptionCanCreate) { in GetStreamOpenModeFromOptions()
87 eOpenOptionCanCreate) in GetOptionsFromMode()
90 eOpenOptionReadWrite | eOpenOptionCanCreate | in GetOptionsFromMode()
94 eOpenOptionCanCreate) in GetOptionsFromMode()
801 else if (open_options & eOpenOptionCanCreate) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp389 if (options & File::eOpenOptionCanCreate) in GetOpenFlags()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp98 outfile, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in SaveCore()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp94 auto open_options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in RedirectToFile()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h56 eOpenOptionCanCreate = 0x200, // Create file if doesn't already exist enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp163 m_file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in ModuleLock()
H A DPlatform.cpp1205 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in PutFile()
H A DTarget.cpp1099 File::eOpenOptionCanCreate | in SerializeBreakpointsToFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp409 File::eOpenOptionCanCreate | in DoExecute()
H A DCommandObjectSettings.cpp371 auto options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
H A DCommandObjectThread.cpp2263 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in DoExecute()
2459 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in DoExecute()
H A DCommandObjectMemory.cpp760 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
H A DCommandObjectPlatform.cpp502 File::eOpenOptionReadWrite | File::eOpenOptionCanCreate, in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp460 File::eOpenOptionCanCreate, in IOHandlerInputComplete()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp224 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in GetFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1615 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in EnableLog()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3228 File::eOpenOptionCanCreate | in SaveTranscript()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp110 FileSpec(path), File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in DumpProcessGDBRemotePacketHistory()