Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValue.cpp235 Type *lldb_type = GetType(); in GetClangType() local
236 if (lldb_type) in GetClangType()
237 m_clang_type = lldb_type->GetClangForwardType(); in GetClangType()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1426 Type *lldb_type = NULL; in ParseTemplateDIE() local
1448 lldb_type = ResolveTypeUID(type_die_offset); in ParseTemplateDIE()
1449 if (lldb_type) in ParseTemplateDIE()
1450 clang_type = lldb_type->GetClangForwardType(); in ParseTemplateDIE()
1479 lldb_type != NULL && in ParseTemplateDIE()
1483 llvm::APInt apint (lldb_type->GetByteSize() * 8, uval64, is_signed); in ParseTemplateDIE()