Home
last modified time | relevance | path

Searched refs:ValueObjectRecognizerSynthesizedValue (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h147 class ValueObjectRecognizerSynthesizedValue : public ValueObject {
150 return (new ValueObjectRecognizerSynthesizedValue(parent, type))->GetSP(); in Create()
152 ValueObjectRecognizerSynthesizedValue(ValueObject &parent, in ValueObjectRecognizerSynthesizedValue() function
/openbsd/gnu/llvm/lldb/source/Target/
H A DStackFrameRecognizer.cpp42 args_synthesized->Append(ValueObjectRecognizerSynthesizedValue::Create( in RecognizeFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp3275 exception = ValueObjectRecognizerSynthesizedValue::Create( in ObjCExceptionRecognizedStackFrame()