Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.h56 GetDeclContextContainingUIDFromDWARF(const DWARFDIE &die) = 0;
H A DDWARFASTParserClang.h78 lldb_private::CompilerDeclContext GetDeclContextContainingUIDFromDWARF(
H A DSymbolFileDWARF.cpp2357 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die); in FindGlobalVariables()
2492 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die)) in DIEInDeclContext()
4328 return dwarf_ast->GetDeclContextContainingUIDFromDWARF(die); in GetContainingDeclContext()
H A DDWARFASTParserClang.cpp2353 DWARFASTParserClang::GetDeclContextContainingUIDFromDWARF(const DWARFDIE &die) { in GetDeclContextContainingUIDFromDWARF() function in DWARFASTParserClang
3488 GetDeclContextContainingUIDFromDWARF(child); in GetDeclContextForBlock()