Searched refs:dwarf_ast (Results 1 – 1 of 1) sorted by relevance
917 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ParseFunction() local918 if (!dwarf_ast) in ParseFunction()946 return dwarf_ast->ParseFunctionFromDWARF(comp_unit, die, func_range); in ParseFunction()968 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ConstructFunctionDemangledName() local969 if (!dwarf_ast) in ConstructFunctionDemangledName()972 return dwarf_ast->ConstructDemangledNameFromDWARF(die); in ConstructFunctionDemangledName()1661 DWARFASTParser *dwarf_ast = GetDWARFParser(*def_die.GetCU()); in CompleteType() local1662 if (!dwarf_ast) in CompleteType()1668 static_cast<DWARFASTParserClang *>(dwarf_ast); in CompleteType()1679 return dwarf_ast->CompleteTypeFromDWARF(def_die, type, compiler_type); in CompleteType()[all …]