Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp217 m_new_value_sp = m_new_value_sp->CreateConstantValue(g_watch_name); in CaptureWatchedValue()
232 newest_valueobj_sp = newest_valueobj_sp->CreateConstantValue(g_watch_name); in WatchedValueReportable()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp107 return_valobj_sp->CreateConstantValue(persistent_variable_name); in GetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h618 virtual lldb::ValueObjectSP CreateConstantValue(ConstString name);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2738 ValueObjectSP ValueObject::CreateConstantValue(ConstString name) { in CreateConstantValue() function in ValueObject