Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DABI.cpp107 return_valobj_sp->CreateConstantValue(persistent_variable_name); in GetReturnValueObject()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpoint.cpp123 m_new_value_sp = m_new_value_sp->CreateConstantValue(watch_name); in CaptureWatchedValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h604 virtual lldb::ValueObjectSP CreateConstantValue(ConstString name);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp2578 ValueObjectSP ValueObject::CreateConstantValue(ConstString name) { in CreateConstantValue() function in ValueObject