Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h137 lldb_private::Type *GetTypeForDIE(const DWARFDIE &die);
H A DSymbolFileDWARF.h409 lldb::TypeSP GetTypeForDIE(const DWARFDIE &die,
H A DDWARFASTParserClang.cpp3100 Type *DWARFASTParserClang::GetTypeForDIE(const DWARFDIE &die) { in GetTypeForDIE() function in DWARFASTParserClang
3161 Type *type = GetTypeForDIE(die); in GetClangDeclForDIE()
H A DSymbolFileDWARF.cpp1505 Type *type = GetTypeForDIE(die, resolve_function_context).get(); in ResolveType()
2484 TypeSP SymbolFileDWARF::GetTypeForDIE(const DWARFDIE &die, in GetTypeForDIE() function in SymbolFileDWARF