Home
last modified time | relevance | path

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

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