Home
last modified time | relevance | path

Searched defs:SetUserID (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.h29 void SetUserID(lldb::user_id_t user_id) { in SetUserID() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp177 void SBAttachInfo::SetUserID(uint32_t uid) { in SetUserID() function in SBAttachInfo
H A DSBLaunchInfo.cpp103 void SBLaunchInfo::SetUserID(uint32_t uid) { in SetUserID() function in SBLaunchInfo
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h56 void SetUserID(uint32_t uid) { m_uid = uid; } in SetUserID() function