Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp62 if (options & File::eOpenOptionCanCreate) { in GetStreamOpenModeFromOptions()
86 eOpenOptionCanCreate) in GetOptionsFromMode()
89 eOpenOptionReadWrite | eOpenOptionCanCreate | in GetOptionsFromMode()
93 eOpenOptionCanCreate) in GetOptionsFromMode()
762 else if (open_options & eOpenOptionCanCreate) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp402 if (options & File::eOpenOptionCanCreate) in GetOpenFlags()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp102 outfile, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in SaveCore()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBStream.cpp93 auto open_options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in RedirectToFile()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFile.h56 eOpenOptionCanCreate = 0x200, // Create file if doesn't already exist enumerator
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DModuleCache.cpp163 m_file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in ModuleLock()
H A DPlatform.cpp1201 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in PutFile()
H A DTarget.cpp1050 File::eOpenOptionCanCreate | in SerializeBreakpointsToFile()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp454 File::eOpenOptionCanCreate, in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectLog.cpp398 File::eOpenOptionCanCreate | in DoExecute()
H A DCommandObjectSettings.cpp375 auto options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
H A DCommandObjectThread.cpp2204 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in DoExecute()
2401 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in DoExecute()
H A DCommandObjectPlatform.cpp506 File::eOpenOptionReadWrite | File::eOpenOptionCanCreate, in DoExecute()
H A DCommandObjectMemory.cpp772 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp224 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in GetFile()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1467 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in EnableLog()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2652 file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in SaveAllocation()
4585 File::eOpenOptionCanCreate); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3220 File::eOpenOptionCanCreate | in SaveTranscript()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp108 FileSpec(path), File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in DumpProcessGDBRemotePacketHistory()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6808 File::eOpenOptionCanCreate);