Searched refs:IsSynthetic (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbol.i67 IsSynthetic();
90 synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value that indicates if this symbol was synthetically created from information in module that contains it.''')
H A DSBValue.i157 IsSynthetic ();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h64 bool IsSynthetic();
H A DSBValue.h94 bool IsSynthetic();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp204 bool SBSymbol::IsSynthetic() { function in class:SBSymbol
205 LLDB_RECORD_METHOD_NO_ARGS(bool, SBSymbol, IsSynthetic);
208 return m_opaque_ptr->IsSynthetic();
240 LLDB_REGISTER_METHOD(bool, SBSymbol, IsSynthetic, ());
H A DSBValue.cpp843 bool SBValue::IsSynthetic() { function in class:SBValue
844 LLDB_RECORD_METHOD_NO_ARGS(bool, SBValue, IsSynthetic);
849 return value_sp->IsSynthetic();
1614 LLDB_REGISTER_METHOD(bool, SBValue, IsSynthetic, ());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h153 bool IsSynthetic() override { return true; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp31 m_use_synthetic = valobj.IsSynthetic();
H A DValueObjectPrinter.cpp126 if (m_valobj->IsSynthetic()) {
H A DFormatManager.cpp572 use_dynamic, valobj.IsSynthetic());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h67 bool IsSynthetic() override { return true; }
H A DValueObject.h584 virtual bool IsSynthetic() { return false; } function in class:lldb_private::ValueObject::PrintableRepresentationSpecialCases
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h150 bool IsSynthetic() const { return m_is_synthetic; } function in class:lldb_private::Symbol
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2325 if (root->IsSynthetic()) {
2334 if (!root->IsSynthetic()) {
2343 if (root->IsSynthetic()) {
2394 if (root->IsSynthetic()) {
2403 if (!root->IsSynthetic()) {
2412 if (root->IsSynthetic()) {
2629 else if (!root->IsSynthetic()) {
2804 if (!result_sp->IsSynthetic()) {
2809 if (result_sp->IsSynthetic()) {
H A DModule.cpp502 if (sc.symbol->IsSynthetic()) {
517 if (symbol && !symbol->IsSynthetic()) {
H A DFormatEntity.cpp711 if (!valobj->IsSynthetic()) {

Completed in 138 milliseconds