Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.h50 GetDeclContextContainingUIDFromDWARF(const DWARFDIE &die) = 0;
H A DDWARFASTParserClang.h61 GetDeclContextContainingUIDFromDWARF(const DWARFDIE &die) override;
H A DDWARFDIE.cpp304 return dwarf_ast->GetDeclContextContainingUIDFromDWARF(*this); in GetContainingDeclContext()
H A DSymbolFileDWARF.cpp2131 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die); in FindGlobalVariables()
2286 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die); in DIEInDeclContext()
H A DDWARFASTParserClang.cpp2441 DWARFASTParserClang::GetDeclContextContainingUIDFromDWARF(const DWARFDIE &die) { in GetDeclContextContainingUIDFromDWARF() function in DWARFASTParserClang
3765 GetDeclContextContainingUIDFromDWARF(child); in GetDeclContextForBlock()