Home
last modified time | relevance | path

Searched refs:GetOptionsFromMode (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBFile.cpp48 auto options = File::GetOptionsFromMode(mode); in SBFile()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFile.h69 static llvm::Expected<OpenOptions> GetOptionsFromMode(llvm::StringRef mode);
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp78 Expected<File::OpenOptions> File::GetOptionsFromMode(llvm::StringRef mode) { in GetOptionsFromMode() function in File