Home
last modified time | relevance | path

Searched refs:GetReferenceType (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/test/API/python_api/type/
DTestTypeList.py98 task_ref_type = task_type.GetReferenceType()
/external/llvm-project/lldb/source/API/
DSBType.cpp184 SBType SBType::GetReferenceType() { in GetReferenceType() function in SBType
185 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetReferenceType); in GetReferenceType()
190 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetReferenceType())))); in GetReferenceType()
928 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetReferenceType, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBType.h138 lldb::SBType GetReferenceType();
/external/llvm-project/lldb/bindings/interface/
DSBType.i230 GetReferenceType();
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h280 TypeImpl GetReferenceType() const;
/external/llvm-project/lldb/source/Symbol/
DType.cpp971 TypeImpl TypeImpl::GetReferenceType() const { in GetReferenceType() function in TypeImpl