| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | OptionValue.cpp | 33 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/ |
| HD | SBTypeSummary.cpp | 199 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()
|
| HD | SBTypeFormat.cpp | 54 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()
|
| HD | SBFunction.cpp | 137 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()
|
| HD | SBError.cpp | 119 SBError::GetType () const in GetType() function in SBError 124 err_type = m_opaque_ap->GetType(); in GetType()
|
| HD | SBSymbol.cpp | 220 SBSymbol::GetType () in GetType() function in SBSymbol 223 return m_opaque_ptr->GetType(); in GetType()
|
| HD | SBEvent.cpp | 86 SBEvent::GetType () const in GetType() function in SBEvent 93 event_type = lldb_event->GetType(); in GetType()
|
| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| HD | MICmnLLDBUtilSBValue.cpp | 191 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/ |
| HD | OptionValue.h | 86 GetType () const = 0; 93 return GetType() == eTypeProperties; in ValueIsTransparent() 99 return GetBuiltinTypeAsCString(GetType()); in GetTypeAsCString() 166 return 1u << GetType(); in GetTypeAsMask()
|
| HD | OptionValueArgs.h | 38 GetType() const in GetType() function
|
| HD | OptionValuePathMappings.h | 42 GetType () const in GetType() function
|
| HD | OptionValueFileSpecList.h | 48 GetType () const in GetType() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | ValueObjectVariable.cpp | 60 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/ |
| HD | TypeFormat.h | 228 GetType () in GetType() function 275 GetType () in GetType() function 318 GetType () in GetType() function
|
| HD | TypeSummary.h | 381 GetType () = 0; 441 GetType () in GetType() function 513 GetType () in GetType() function 588 GetType () in GetType() function
|
| HD | TypeValidator.h | 232 GetType () in GetType() function 285 GetType () in GetType() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | Symtab.cpp | 324 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()
|
| HD | Function.cpp | 348 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()
|
| HD | Variable.cpp | 114 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/ |
| HD | Function.h | 564 GetType(); 574 GetType() const;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARFDebugMap.cpp | 99 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/ |
| HD | SBType.h | 38 GetType (); 90 GetType ();
|
| HD | SBTypeNameSpecifier.h | 39 GetType ();
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | ThreadPlanTracer.cpp | 269 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/ |
| HD | IOHandler.h | 105 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()
|