Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.h67 lldb_private::Type *GetTypeForDIE(const DWARFDIE &die);
H A DSymbolFileDWARF.h451 lldb::TypeSP GetTypeForDIE(const DWARFDIE &die,
H A DSymbolFileDWARF.cpp1686 Type *type = GetTypeForDIE(die, resolve_function_context).get(); in ResolveType()
2900 TypeSP SymbolFileDWARF::GetTypeForDIE(const DWARFDIE &die, in GetTypeForDIE() function in SymbolFileDWARF
H A DDWARFASTParserClang.cpp3289 Type *type = GetTypeForDIE(die); in GetClangDeclForDIE()