Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDIE.cpp423 DWARFASTParser *dwarf_ast = GetDWARFParser(); in GetDecl() local
424 if (dwarf_ast) in GetDecl()
425 return dwarf_ast->GetDeclForUIDFromDWARF(*this); in GetDecl()
431 DWARFASTParser *dwarf_ast = GetDWARFParser(); in GetDeclContext() local
432 if (dwarf_ast) in GetDeclContext()
433 return dwarf_ast->GetDeclContextForUIDFromDWARF(*this); in GetDeclContext()
439 DWARFASTParser *dwarf_ast = GetDWARFParser(); in GetContainingDeclContext() local
440 if (dwarf_ast) in GetContainingDeclContext()
441 return dwarf_ast->GetDeclContextContainingUIDFromDWARF(*this); in GetContainingDeclContext()
HDSymbolFileDWARF.cpp788 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseFunction() local
789 if (!dwarf_ast) in ParseFunction()
792 return dwarf_ast->ParseFunctionFromDWARF(comp_unit, die); in ParseFunction()
1447 DWARFASTParser *dwarf_ast = dwarf_die.GetDWARFParser(); in CompleteType() local
1448 if (dwarf_ast) in CompleteType()
1449 return dwarf_ast->CompleteTypeFromDWARF(dwarf_die, type, compiler_type); in CompleteType()
2134 DWARFASTParser *dwarf_ast = die.GetDWARFParser(); in FindGlobalVariables() local
2135 if (dwarf_ast) { in FindGlobalVariables()
2137 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die); in FindGlobalVariables()
2293 DWARFASTParser *dwarf_ast = die.GetDWARFParser(); in DIEInDeclContext() local
[all …]