Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h138 lldb_private::Type *GetTypeForDIE(const DWARFDIE &die);
DSymbolFileDWARF.h408 lldb::TypeSP GetTypeForDIE(const DWARFDIE &die,
DDWARFASTParserClang.cpp3139 Type *DWARFASTParserClang::GetTypeForDIE(const DWARFDIE &die) { in GetTypeForDIE() function in DWARFASTParserClang
3200 Type *type = GetTypeForDIE(die); in GetClangDeclForDIE()
DSymbolFileDWARF.cpp1496 Type *type = GetTypeForDIE(die, resolve_function_context).get(); in ResolveType()
2541 TypeSP SymbolFileDWARF::GetTypeForDIE(const DWARFDIE &die, in GetTypeForDIE() function in SymbolFileDWARF