Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DABI.cpp138 const_valobj_sp = return_valobj_sp->CreateConstantValue (persistent_variable_name); in GetReturnValueObject()
/external/lldb/source/Breakpoint/
DWatchpoint.cpp156 m_new_value_sp = m_new_value_sp->CreateConstantValue(watch_name); in CaptureWatchedValue()
/external/lldb/include/lldb/Core/
DValueObject.h890 CreateConstantValue (const ConstString &name);
/external/lldb/source/Core/
DValueObject.cpp3671 ValueObject::CreateConstantValue (const ConstString &name) in CreateConstantValue() function in ValueObject