Home
last modified time | relevance | path

Searched refs:lldb_type (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValue.cpp315 Type *lldb_type = GetType(); in GetClangType() local
316 if (lldb_type) in GetClangType()
317 m_clang_type = lldb_type->GetClangForwardType(); in GetClangType()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1544 Type *lldb_type = NULL; in ParseTemplateDIE() local
1566 lldb_type = ResolveTypeUID(type_die_offset); in ParseTemplateDIE()
1567 if (lldb_type) in ParseTemplateDIE()
1568 clang_type = lldb_type->GetClangForwardType(); in ParseTemplateDIE()
1597 lldb_type != NULL && in ParseTemplateDIE()
1601 llvm::APInt apint (lldb_type->GetByteSize() * 8, uval64, is_signed); in ParseTemplateDIE()