Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValueObjectDynamicValue.cpp63 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl() function in ValueObjectDynamicValue
DValueObject.cpp312 TypeImpl ValueObject::GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl() function in ValueObject
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h361 const lldb::TypeImplSP &GetTypeImpl() { return m_type_impl_sp; } in GetTypeImpl() function