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.cpp2416 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die); in FindGlobalVariables()
2557 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die)) in DIEInDeclContext()
4396 return dwarf_ast->GetDeclContextContainingUIDFromDWARF(die); in GetContainingDeclContext()
H A DDWARFASTParserClang.cpp2263 DWARFASTParserClang::GetDeclContextContainingUIDFromDWARF(const DWARFDIE &die) { in GetDeclContextContainingUIDFromDWARF() function in DWARFASTParserClang
3481 GetDeclContextContainingUIDFromDWARF(child); in GetDeclContextForBlock()