Searched refs:GetOptionsFromMode (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp33 auto options = File::GetOptionsFromMode(mode);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h63 static llvm::Expected<OpenOptions> GetOptionsFromMode(llvm::StringRef mode);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp75 Expected<File::OpenOptions> File::GetOptionsFromMode(llvm::StringRef mode) { function in class:File
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1073 return File::GetOptionsFromMode(py_mode.GetString());

Completed in 53 milliseconds