Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp122 return_valobj_sp->CreateConstantValue(persistent_variable_name); in GetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp111 m_new_value_sp = m_new_value_sp->CreateConstantValue(watch_name); in CaptureWatchedValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h621 virtual lldb::ValueObjectSP CreateConstantValue(const ConstString &name);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp2744 ValueObjectSP ValueObject::CreateConstantValue(const ConstString &name) { in CreateConstantValue() function in ValueObject