Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp772 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseFunction() local
773 if (!dwarf_ast) in ParseFunction()
776 return dwarf_ast->ParseFunctionFromDWARF(comp_unit, die); in ParseFunction()
1486 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*dwarf_die.GetCU())) in CompleteType() local
1487 return dwarf_ast->CompleteTypeFromDWARF(dwarf_die, type, compiler_type); in CompleteType()
2132 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in FindGlobalVariables() local
2134 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die); in FindGlobalVariables()
2265 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in DIEInDeclContext() local
2267 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die)) in DIEInDeclContext()
2519 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()); in FindNamespace() local
[all …]