Home
last modified time | relevance | path

Searched defs:SetID (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Breakpoint/
DStoppoint.cpp43 Stoppoint::SetID (break_id_t bid) in SetID() function in Stoppoint
/external/lldb/include/lldb/Breakpoint/
DBreakpointID.h49 SetID (lldb::break_id_t bp_id, lldb::break_id_t loc_id) in SetID() function
DWatchpoint.h239 void SetID(lldb::watch_id_t id) { m_loc_id = id; } in SetID() function
/external/lldb/include/lldb/Core/
DUserID.h71 SetID (lldb::user_id_t uid) { m_uid = uid; } in SetID() function
/external/lldb/include/lldb/Symbol/
DSymbol.h108 SetID(uint32_t uid) in SetID() function