Home
last modified time | relevance | path

Searched refs:GetModID (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp33 const uint32_t stop_id = process_sp->GetModID().GetStopID(); in UpdateRegisterContext()
/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp2828 m_mod_id = process_sp->GetModID(); in EvaluationPoint()
2884 ProcessModID current_mod_id = process->GetModID(); in SyncWithProcessState()
2937 m_mod_id = process_sp->GetModID(); in SetUpdated()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h282 ProcessModID GetModID() const { return m_mod_id; } in GetModID() function
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1383 ProcessModID GetModID() const { return m_mod_id; } in GetModID() function