Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h151 lldb_private::Type *GetTypeForDIE(const DWARFDIE &die);
H A DSymbolFileDWARF.h439 lldb::TypeSP GetTypeForDIE(const DWARFDIE &die,
H A DDWARFASTParserClang.cpp3084 Type *DWARFASTParserClang::GetTypeForDIE(const DWARFDIE &die) { in GetTypeForDIE() function in DWARFASTParserClang
3143 Type *type = GetTypeForDIE(die); in GetClangDeclForDIE()
H A DSymbolFileDWARF.cpp1600 Type *type = GetTypeForDIE(die, resolve_function_context).get(); in ResolveType()
2579 TypeSP SymbolFileDWARF::GetTypeForDIE(const DWARFDIE &die, in GetTypeForDIE() function in SymbolFileDWARF