Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h69 bool IsSynthetic() override { return true; } in IsSynthetic() function
H A DValueObject.h582 virtual bool IsSynthetic() { return false; } in IsSynthetic() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h173 bool IsSynthetic() override { return true; } in IsSynthetic() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp203 bool SBSymbol::IsSynthetic() { in IsSynthetic() function in SBSymbol
H A DSBValue.cpp804 bool SBValue::IsSynthetic() { in IsSynthetic() function in SBValue
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h182 bool IsSynthetic() const { return m_is_synthetic; } in IsSynthetic() function