Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParser.h45 GetDeclContextForUIDFromDWARF(const DWARFDIE &die) = 0;
DDWARFASTParserClang.h63 GetDeclContextForUIDFromDWARF(const DWARFDIE &die) override;
DSymbolFileDWARF.cpp2523 namespace_decl_ctx = dwarf_ast->GetDeclContextForUIDFromDWARF(die); in FindNamespace()
3905 return dwarf_ast->GetDeclContextForUIDFromDWARF(die); in GetDeclContext()
DDWARFASTParserClang.cpp2147 DWARFASTParserClang::GetDeclContextForUIDFromDWARF(const DWARFDIE &die) { in GetDeclContextForUIDFromDWARF() function in DWARFASTParserClang