Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h109 lldb_private::Type *GetTypeForDIE(const DWARFDIE &die);
H A DSymbolFileDWARF.h402 lldb::TypeSP GetTypeForDIE(const DWARFDIE &die,
H A DSymbolFileDWARF.cpp1534 Type *type = GetTypeForDIE(die, resolve_function_context).get(); in ResolveType()
2644 TypeSP SymbolFileDWARF::GetTypeForDIE(const DWARFDIE &die, in GetTypeForDIE() function in SymbolFileDWARF
H A DDWARFASTParserClang.cpp3544 Type *DWARFASTParserClang::GetTypeForDIE(const DWARFDIE &die) { in GetTypeForDIE() function in DWARFASTParserClang
3605 Type *type = GetTypeForDIE(die); in GetClangDeclForDIE()