Lines Matching defs:die

280 void SymbolFileDWARF::GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset,  in GetTypes()
391 DWARFDIE die; in GetParentSymbolContextDIE() local
822 const DWARFDIE &die) { in ParseFunction()
930 DWARFDIE die(dwarf_cu, &entry); in ParseFunctions() local
1072 const DWARFDIE die = dwarf_cu->DIE(); in ParseImportedModules() local
1227 DWARFDIE die = orig_die; in ParseBlocksRecursive() local
1344 for (DWARFDIE die : parent_die.children()) { in ClassOrStructIsVirtual() local
1435 if (DWARFDIE die = GetDIE(type_uid)) in GetDeclForUID() local
1448 if (DWARFDIE die = GetDIE(type_uid)) in GetDeclContextForUID() local
1459 if (DWARFDIE die = GetDIE(type_uid)) in GetDeclContextContainingUID() local
1489 Type *SymbolFileDWARF::ResolveTypeUID(const DWARFDIE &die, in ResolveTypeUID()
1596 Type *SymbolFileDWARF::ResolveType(const DWARFDIE &die, in ResolveType()
1639 bool SymbolFileDWARF::GetFunction(const DWARFDIE &die, SymbolContext &sc) { in GetFunction()
1785 const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly(); in UpdateExternalModuleListIfNeeded() local
2163 m_index->GetGlobalVariables(ConstString(basename), [&](DWARFDIE die) { in FindGlobalVariables()
2229 m_index->GetGlobalVariables(regex, [&](DWARFDIE die) { in FindGlobalVariables()
2258 DWARFDIE die = orig_die; in ResolveFunction() local
2297 const DWARFDIE &die) { in DIEInDeclContext()
2352 [&](DWARFDIE die) { in FindFunctions()
2386 m_index->GetFunctions(regex, [&](DWARFDIE die) { in FindFunctions()
2410 DWARFDIE die = GetDIE(die_ref); in GetMangledNamesForFunction() local
2446 m_index->GetTypes(name, [&](DWARFDIE die) { in FindTypes()
2508 m_index->GetTypes(name, [&](DWARFDIE die) { in FindTypes()
2553 m_index->GetNamespaces(name, [&](DWARFDIE die) { in FindNamespace()
2579 TypeSP SymbolFileDWARF::GetTypeForDIE(const DWARFDIE &die, in GetTypeForDIE()
2615 DWARFDIE die = orig_die; in GetDeclContextDIEContainingDIE() local
2711 const DWARFDIE &die, ConstString type_name, bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE()
2971 TypeSP SymbolFileDWARF::ParseType(const SymbolContext &sc, const DWARFDIE &die, in ParseType()
3009 DWARFDIE die = orig_die; in ParseTypes() local
3113 m_index->GetGlobalVariables(*dwarf_cu, [&](DWARFDIE die) { in ParseVariablesForContext()
3129 const DWARFDIE &die) { in ParseVariableDIECached()
3149 const DWARFDIE &die, in ParseVariableDIE()
3501 const DWARFDIE &die, dw_offset_t spec_block_die_offset) { in FindBlockContainingSpecification()
3534 const SymbolContext &sc, const DWARFDIE &die, in ParseAndAppendGlobalVariable()
3665 const SymbolContext &sc, const DWARFDIE &die, in ParseVariablesInFunctionContext()
3683 const lldb_private::SymbolContext &sc, const DWARFDIE &die, in ParseVariablesInFunctionContextRecursive()
3753 for (auto &die : variable_dies) { in PopulateBlockVariableList() local
4049 CompilerDecl SymbolFileDWARF::GetDecl(const DWARFDIE &die) { in GetDecl()
4055 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { in GetDeclContext()
4062 SymbolFileDWARF::GetContainingDeclContext(const DWARFDIE &die) { in GetContainingDeclContext()
4068 DWARFDeclContext SymbolFileDWARF::GetDWARFDeclContext(const DWARFDIE &die) { in GetDWARFDeclContext()