Home
last modified time | relevance | path

Searched refs:GetDereferencedType (Results 1 – 9 of 9) sorted by relevance

/external/llvm/utils/
DlldbDataFormatters.py57 the_type = the_type.GetDereferencedType()
/external/llvm-project/llvm/utils/
DlldbDataFormatters.py64 the_type = the_type.GetDereferencedType()
/external/llvm-project/lldb/source/API/
DSBType.cpp202 SBType SBType::GetDereferencedType() { in GetDereferencedType() function in SBType
203 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetDereferencedType); in GetDereferencedType()
208 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetDereferencedType())))); in GetDereferencedType()
930 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetDereferencedType, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBType.h142 lldb::SBType GetDereferencedType();
/external/llvm-project/lldb/examples/synthetic/
Dgnu_libstdcpp.py129 list_type = list_type.GetDereferencedType()
362 map_type = map_type.GetDereferencedType()
Dlibcxx.py331 list_type = list_type.GetDereferencedType()
/external/llvm-project/lldb/bindings/interface/
DSBType.i236 GetDereferencedType();
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h284 TypeImpl GetDereferencedType() const;
/external/llvm-project/lldb/source/Symbol/
DType.cpp995 TypeImpl TypeImpl::GetDereferencedType() const { in GetDereferencedType() function in TypeImpl