Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp274 base->GetCompilerType().TypeDescription()); in Visit()
281 base->GetCompilerType().TypeDescription()); in Visit()
H A DValueObject.cpp3097 llvm::Twine("cannot cast " + start_type.TypeDescription() + " to " + in CastBaseToDerivedType()
3098 type.TypeDescription() + " via virtual base " + in CastBaseToDerivedType()
3099 virtual_base.TypeDescription()), in CastBaseToDerivedType()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp86 struct TypeDescription { struct
91 using TypeDescriptorMapType = AddrHashMap<TypeDescription, 11>;
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp291 os << type->TypeDescription(); in FormatObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h243 std::string TypeDescription();
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp462 std::string CompilerType::TypeDescription() { in TypeDescription() function in CompilerType