| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBType.i | 390 ") GetPointeeType; 392 GetPointeeType();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 958 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType() function in TypeImpl 962 return TypeImpl(m_static_type.GetPointeeType(), in GetPointeeType() 963 m_dynamic_type.GetPointeeType()); in GetPointeeType() 965 return TypeImpl(m_static_type.GetPointeeType()); in GetPointeeType()
|
| H A D | CompilerType.cpp | 246 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType() 400 CompilerType CompilerType::GetPointeeType() const { in GetPointeeType() function in CompilerType 402 return m_type_system->GetPointeeType(m_type); in GetPointeeType()
|
| H A D | Variable.cpp | 630 CompilerType pointee_type(compiler_type.GetPointeeType()); in PrivateAutoComplete()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 175 SBType SBType::GetPointeeType() { in GetPointeeType() function in SBType 176 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetPointeeType); in GetPointeeType() 181 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType())))); in GetPointeeType() 945 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetPointeeType, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSError.cpp | 40 CompilerType pointee_type(valobj_type.GetPointeeType()); in DerefToNSErrorPointer()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 138 lldb::SBType GetPointeeType();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxUnorderedMap.cpp | 120 m_element_type = m_element_type.GetPointeeType(); in GetChildAtIndex()
|
| H A D | LibCxxVector.cpp | 146 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
|
| H A D | LibStdcpp.cpp | 208 item_ptr->GetCompilerType().GetPointeeType()); in Update()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 214 CompilerType GetPointeeType() const;
|
| H A D | Type.h | 278 TypeImpl GetPointeeType() const;
|
| H A D | TypeSystem.h | 249 virtual CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) = 0;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 220 CompilerType non_ptr_type = compiler_type.GetPointeeType(); in GetPossibleMatches()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 850 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass() 974 self_clang_type = self_clang_type.GetPointeeType(); in LookUpLldbObjCClass()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 699 CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) override;
|
| H A D | TypeSystemClang.cpp | 4496 TypeSystemClang::GetPointeeType(lldb::opaque_compiler_type_t type) { in GetPointeeType() function in TypeSystemClang 5377 CompilerType pointee_clang_type(GetPointeeType(type)); in GetNumChildren() 5771 count = GetPointeeType(type).GetNumDirectBaseClasses(); in GetNumDirectBaseClasses() 5872 return GetPointeeType(type).GetDirectBaseClassAtIndex(idx, bit_offset_ptr); in GetDirectBaseClassAtIndex() 6388 CompilerType pointee_clang_type(GetPointeeType(type)); in GetChildCompilerTypeAtIndex() 6464 CompilerType pointee_clang_type(GetPointeeType(type)); in GetChildCompilerTypeAtIndex() 6842 CompilerType pointee_clang_type(GetPointeeType(type)); in GetIndexOfChildMemberWithName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObject.cpp | 2674 child_compiler_type = compiler_type.GetPointeeType(); in Dereference()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 58818 result = (arg1)->GetPointeeType(); in _wrap_SBType_GetPointeeType()
|