Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp836 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ParseFunction() local
837 if (!dwarf_ast) in ParseFunction()
887 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ConstructFunctionDemangledName() local
888 if (!dwarf_ast) in ConstructFunctionDemangledName()
891 return dwarf_ast->ConstructDemangledNameFromDWARF(die); in ConstructFunctionDemangledName()
2670 if (!dwarf_ast) in FindNamespace()
3001 if (dwarf_ast) in FindDefinitionTypeForDWARFDeclContext()
3119 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ParseType() local
3120 if (!dwarf_ast) in ParseType()
4189 return dwarf_ast->GetDeclForUIDFromDWARF(die); in GetDecl()
[all …]