Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp60 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl() function in ValueObjectDynamicValue
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h678 const lldb::TypeImplSP &GetTypeImpl() { return m_type_impl_sp; } GetTypeImpl() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h355 virtual TypeImpl GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl() function