• Home
  • Raw
  • Download

Lines Matching defs:die

296 void SymbolFileDWARF::GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset,  in GetTypes()
408 DWARFDIE die; in GetParentSymbolContextDIE() local
761 const DWARFDIE &die) { in ParseFunction()
845 DWARFDIE die(dwarf_cu, &entry); in ParseFunctions() local
974 const DWARFDIE die = dwarf_cu->DIE(); in ParseImportedModules() local
1121 DWARFDIE die = orig_die; in ParseBlocksRecursive() local
1238 for (DWARFDIE die = parent_die.GetFirstChild(); die; in ClassOrStructIsVirtual() local
1330 if (DWARFDIE die = GetDIE(type_uid)) in GetDeclForUID() local
1343 if (DWARFDIE die = GetDIE(type_uid)) in GetDeclContextForUID() local
1354 if (DWARFDIE die = GetDIE(type_uid)) in GetDeclContextContainingUID() local
1384 Type *SymbolFileDWARF::ResolveTypeUID(const DWARFDIE &die, in ResolveTypeUID()
1492 Type *SymbolFileDWARF::ResolveType(const DWARFDIE &die, in ResolveType()
1535 bool SymbolFileDWARF::GetFunction(const DWARFDIE &die, SymbolContext &sc) { in GetFunction()
1679 const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly(); in UpdateExternalModuleListIfNeeded() local
2118 m_index->GetGlobalVariables(ConstString(basename), [&](DWARFDIE die) { in FindGlobalVariables()
2184 m_index->GetGlobalVariables(regex, [&](DWARFDIE die) { in FindGlobalVariables()
2213 DWARFDIE die = orig_die; in ResolveFunction() local
2257 const DWARFDIE &die) { in DIEInDeclContext()
2312 [&](DWARFDIE die) { in FindFunctions()
2348 m_index->GetFunctions(regex, [&](DWARFDIE die) { in FindFunctions()
2372 DWARFDIE die = GetDIE(die_ref); in GetMangledNamesForFunction() local
2408 m_index->GetTypes(name, [&](DWARFDIE die) { in FindTypes()
2470 m_index->GetTypes(name, [&](DWARFDIE die) { in FindTypes()
2515 m_index->GetNamespaces(name, [&](DWARFDIE die) { in FindNamespace()
2541 TypeSP SymbolFileDWARF::GetTypeForDIE(const DWARFDIE &die, in GetTypeForDIE()
2577 DWARFDIE die = orig_die; in GetDeclContextDIEContainingDIE() local
2673 const DWARFDIE &die, ConstString type_name, bool must_be_implementation) { in FindCompleteObjCDefinitionTypeForDIE()
2935 TypeSP SymbolFileDWARF::ParseType(const SymbolContext &sc, const DWARFDIE &die, in ParseType()
2973 DWARFDIE die = orig_die; in ParseTypes() local
3074 dwarf_cu->GetNonSkeletonUnit(), [&](DWARFDIE die) { in ParseVariablesForContext()
3091 const DWARFDIE &die, in ParseVariableDIE()
3453 const DWARFDIE &die, dw_offset_t spec_block_die_offset) { in FindBlockContainingSpecification()
3497 DWARFDIE die = orig_die; in ParseVariables() local
3897 CompilerDecl SymbolFileDWARF::GetDecl(const DWARFDIE &die) { in GetDecl()
3903 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { in GetDeclContext()
3910 SymbolFileDWARF::GetContainingDeclContext(const DWARFDIE &die) { in GetContainingDeclContext()
3916 DWARFDeclContext SymbolFileDWARF::GetDWARFDeclContext(const DWARFDIE &die) { in GetDWARFDeclContext()