Home
last modified time | relevance | path

Searched defs:IsSynthetic (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h
H A DValueObject.h
/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h175 bool IsSynthetic() override { return true; } IsSynthetic() function
/llvm-project/lldb/source/API/
H A DSBSymbol.cpp203 bool SBSymbol::IsSynthetic() { IsSynthetic() function in SBSymbol
H A DSBValue.cpp807 bool SBValue::IsSynthetic() { IsSynthetic() function in SBValue
/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h182 bool IsSynthetic() const { return m_is_synthetic; } in IsSynthetic() function