Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp917 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ParseFunction() local
918 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() local
969 if (!dwarf_ast) in ConstructFunctionDemangledName()
972 return dwarf_ast->ConstructDemangledNameFromDWARF(die); in ConstructFunctionDemangledName()
1661 DWARFASTParser *dwarf_ast = GetDWARFParser(*def_die.GetCU()); in CompleteType() local
1662 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 …]