Home
last modified time | relevance | path

Searched defs:GetTypeImpl (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObjectDynamicValue.cpp63 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl() function in ValueObjectDynamicValue
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DType.h360 const lldb::TypeImplSP &GetTypeImpl() { return m_type_impl_sp; } in GetTypeImpl() function
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DValueObject.h355 virtual TypeImpl GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl() function