Home
last modified time | relevance | path

Searched refs:GetType (Results 1 – 25 of 118) sorted by relevance

12345

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValue.cpp33 switch (GetType()) in GetUInt64Value()
61 if (GetType () == OptionValue::eTypeBoolean) in GetAsBoolean()
69 if (GetType () == OptionValue::eTypeBoolean) in GetAsBoolean()
77 if (GetType () == OptionValue::eTypeChar) in GetAsChar()
85 if (GetType () == OptionValue::eTypeChar) in GetAsChar()
93 if (GetType () == OptionValue::eTypeFileSpec) in GetAsFileSpec()
102 if (GetType () == OptionValue::eTypeFileSpec) in GetAsFileSpec()
111 if (GetType () == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
120 if (GetType () == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
129 if (GetType () == OptionValue::eTypeArch) in GetAsArch()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBTypeSummary.cpp199 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback) in IsSummaryString()
210 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback) in GetData()
249 …if (m_opaque_sp->IsScripted() || (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCa… in SetSummaryString()
311 if (m_opaque_sp->GetType() != rhs.m_opaque_sp->GetType()) in IsEqualTo()
314 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback) in IsEqualTo()
376 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback) in CopyOnWrite_Impl()
411 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback && !want_script) in ChangeSummaryType()
HDSBTypeFormat.cpp54 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in GetFormat()
62 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeEnum) in GetTypeName()
172 … (type == Type::eTypeFormat && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) || in CopyOnWrite_Impl()
173 (type == Type::eTypeEnum && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeEnum)) in CopyOnWrite_Impl()
179 if (m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in CopyOnWrite_Impl()
HDSBFunction.cpp137 Type *func_type = m_opaque_ptr->GetType(); in GetDescription()
229 SBFunction::GetType () in GetType() function in SBFunction
234 Type *function_type = m_opaque_ptr->GetType(); in GetType()
HDSBError.cpp119 SBError::GetType () const in GetType() function in SBError
124 err_type = m_opaque_ap->GetType(); in GetType()
HDSBSymbol.cpp220 SBSymbol::GetType () in GetType() function in SBSymbol
223 return m_opaque_ptr->GetType(); in GetType()
HDSBEvent.cpp86 SBEvent::GetType () const in GetType() function in SBEvent
93 event_type = lldb_event->GetType(); in GetType()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBUtilSBValue.cpp191 const lldb::BasicType eType = m_rValue.GetType().GetBasicType(); in GetSimpleValueChar()
231 const lldb::BasicType eType = child.GetType().GetBasicType(); in GetSimpleValueCStringPointer()
274 const lldb::BasicType eType = child.GetType().GetBasicType(); in GetSimpleValueCStringArray()
371 const lldb::BasicType eType = m_rValue.GetType().GetBasicType(); in IsCharType()
419 const lldb::BasicType eType = m_rValue.GetType().GetBasicType(); in IsIntegerType()
438 return m_rValue.GetType().IsPointerType(); in IsPointerType()
452 return m_rValue.GetType().IsArrayType(); in IsArrayType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValue.h86 GetType () const = 0;
93 return GetType() == eTypeProperties; in ValueIsTransparent()
99 return GetBuiltinTypeAsCString(GetType()); in GetTypeAsCString()
166 return 1u << GetType(); in GetTypeAsMask()
HDOptionValueArgs.h38 GetType() const in GetType() function
HDOptionValuePathMappings.h42 GetType () const in GetType() function
HDOptionValueFileSpecList.h48 GetType () const in GetType() function
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectVariable.cpp60 Type *var_type = m_variable_sp->GetType(); in GetClangTypeImpl()
69 Type * var_type = m_variable_sp->GetType(); in GetTypeName()
78 Type * var_type = m_variable_sp->GetType(); in GetDisplayTypeName()
87 Type * var_type = m_variable_sp->GetType(); in GetQualifiedTypeName()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDTypeFormat.h228 GetType () in GetType() function
275 GetType () in GetType() function
318 GetType () in GetType() function
HDTypeSummary.h381 GetType () = 0;
441 GetType () in GetType() function
513 GetType () in GetType() function
588 GetType () in GetType() function
HDTypeValidator.h232 GetType () in GetType() function
285 GetType () in GetType() function
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymtab.cpp324 const SymbolType symbol_type = symbol->GetType(); in InitNameIndexes()
515 if (symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type) in AppendSymbolIndexesWithType()
533 …if ((symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type) && m_symbols[i].GetFl… in AppendSymbolIndexesWithTypeAndFlagsValue()
551 if (symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type) in AppendSymbolIndexesWithType()
708 if (symbol_type == eSymbolTypeAny || m_symbols[*pos].GetType() == symbol_type) in AppendSymbolIndexesWithNameAndType()
727 if (symbol_type == eSymbolTypeAny || m_symbols[*pos].GetType() == symbol_type) in AppendSymbolIndexesWithNameAndType()
747 if (symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type) in AppendSymbolIndexesMatchingRegExAndType()
771 if (symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type) in AppendSymbolIndexesMatchingRegExAndType()
796 if (symbol_type == eSymbolTypeAny || m_symbols[idx].GetType() == symbol_type) in FindSymbolWithType()
1121 switch (sym_ctx.symbol->GetType()) in FindFunctionSymbols()
HDFunction.cpp348 Type* func_type = GetType(); in GetDescription()
501 Function::GetType() in GetType() function in Function
528 Function::GetType() const in GetType() function in Function
536 Type *function_type = GetType(); in GetClangType()
HDVariable.cpp114 Variable::GetType() in GetType() function in Variable
117 return m_symfile_type_sp->GetType(); in GetType()
133 Type *type = m_symfile_type_sp->GetType(); in Dump()
886 Type *variable_type = variable->GetType(); in PrivateAutoComplete()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDFunction.h564 GetType();
574 GetType() const;
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp99 switch (exe_symbol->GetType()) in GetFileRangeMap()
327 switch (m_obj_file->GetType()) in InitOSO()
402 so_symbol->GetType() == eSymbolTypeSourceFile && in InitOSO()
403 oso_symbol->GetType() == eSymbolTypeObjectFile) in InitOSO()
434 else if (so_symbol->GetType() != eSymbolTypeSourceFile) in InitOSO()
435 …%u], please file a bug and attach the binary listed in this error", so_symbol->GetType(), oso_idx); in InitOSO()
436 else if (oso_symbol->GetType() != eSymbolTypeSourceFile) in InitOSO()
437 …u], please file a bug and attach the binary listed in this error", oso_symbol->GetType(), oso_idx); in InitOSO()
1237 if (source_file_symbol && source_file_symbol->GetType() == eSymbolTypeSourceFile) in FindCompleteObjCDefinitionTypeForDIE()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBType.h38 GetType ();
90 GetType ();
HDSBTypeNameSpecifier.h39 GetType ();
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanTracer.cpp269 if (m_register_values[reg_num].GetType() == RegisterValue::eTypeInvalid || in Log()
272 if (reg_value.GetType() != RegisterValue::eTypeInvalid) in Log()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDIOHandler.h105 GetType () const in GetType() function
798 m_stack[num_io_handlers-1]->GetType() == top_type && in CheckTopIOHandlerTypes()
799 m_stack[num_io_handlers-2]->GetType() == second_top_type) in CheckTopIOHandlerTypes()

12345