Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp784 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseFunction() local
785 if (!dwarf_ast) in ParseFunction()
788 return dwarf_ast->ParseFunctionFromDWARF(comp_unit, die); in ParseFunction()
1495 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*dwarf_die.GetCU())) in CompleteType() local
1496 return dwarf_ast->CompleteTypeFromDWARF(dwarf_die, type, compiler_type); in CompleteType()
2077 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in FindGlobalVariables() local
2079 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die); in FindGlobalVariables()
2210 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in DIEInDeclContext() local
2212 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die)) in DIEInDeclContext()
2462 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()); in FindNamespace() local
[all …]