Searched defs:SetID (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointID.h34 void SetID(lldb::break_id_t bp_id, lldb::break_id_t loc_id) { function in class:lldb_private::BreakpointID
H A DWatchpoint.h201 void SetID(lldb::watch_id_t id) { m_loc_id = id; } function in class:lldb_private::Watchpoint
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h433 void SetID(lldb::pid_t pid) { m_pid = pid; } function in class:lldb_private::NativeProcessProtocol
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h119 void SetID(uint32_t uid) { m_uid = uid; } function in class:lldb_private::Symbol
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUserID.h53 void SetID(lldb::user_id_t uid) { m_uid = uid; } function in struct:lldb_private::UserID
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DStoppoint.cpp24 void Stoppoint::SetID(break_id_t bid) { m_bid = bid; } function in class:Stoppoint
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h301 AnalysisSetKey *SetID = AnalysisSetT::ID(); local

Completed in 158 milliseconds