Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DValueObjectSyntheticFilter.h67 bool IsSynthetic() override { return true; } in IsSynthetic() function
DValueObject.h582 virtual bool IsSynthetic() { return false; } in IsSynthetic() function
/external/llvm-project/lldb/include/lldb/Target/
DStackFrameRecognizer.h172 bool IsSynthetic() override { return true; } in IsSynthetic() function
/external/llvm-project/lldb/source/API/
DSBSymbol.cpp197 bool SBSymbol::IsSynthetic() { in IsSynthetic() function in SBSymbol
DSBValue.cpp843 bool SBValue::IsSynthetic() { in IsSynthetic() function in SBValue
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbol.h150 bool IsSynthetic() const { return m_is_synthetic; } in IsSynthetic() function