Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp51 platform_sp->SetOSVersion(m_os_version); in CreatePlatformWithOptions()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h205 bool SetOSVersion(llvm::VersionTuple os_version);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp747 bool Platform::SetOSVersion(llvm::VersionTuple version) { in SetOSVersion() function in Platform