Home
last modified time | relevance | path

Searched defs:type_impl_sp (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp37 SBType::SBType(const lldb::TypeImplSP &type_impl_sp) in SBType()
78 void SBType::SetSP(const lldb::TypeImplSP &type_impl_sp) { in SetSP()
746 TypeImplSP type_impl_sp(m_opaque_up->GetTypeImpl()); in GetDescription() local
H A DSBValue.cpp625 lldb::TypeImplSP type_impl_sp(sb_type.GetSP()); in CreateValueFromAddress() local
644 lldb::TypeImplSP type_impl_sp(sb_type.GetSP()); in CreateValueFromData() local
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h366 : m_type_impl_sp(type_impl_sp), m_bit_offset(bit_offset), m_name(name), in m_type_impl_sp() argument
369 TypeMemberImpl(const lldb::TypeImplSP &type_impl_sp, uint64_t bit_offset) in TypeMemberImpl()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h429 lldb::TypeImplSP type_impl_sp) { in FormatterCallbackFunction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2071 const char *python_function_name, TypeImplSP type_impl_sp) { in FormatterCallbackFunction()