Home
last modified time | relevance | path

Searched defs:type_die (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1539 if (DWARFDIE type_die = GetDIE(type_uid)) in ResolveTypeUID() local
1548 if (DWARFDIE type_die = GetDIE(type_uid)) in GetDynamicArrayInfoForUID() local
3040 type_name, must_be_implementation, [&](DWARFDIE type_die) { in FindCompleteObjCDefinitionTypeForDIE()
3129 auto die_matches = [&](DWARFDIE type_die) { in FindDefinitionDIE()
3153 m_index->GetFullyQualifiedType(die_dwarf_decl_ctx, [&](DWARFDIE type_die) { in FindDefinitionDIE()
H A DDWARFASTParserClang.cpp1384 DWARFDIE type_die = attrs.type.Reference(); in ParseArrayType() local