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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h135 lldb_private::Type *GetTypeForDIE(const DWARFDIE &die);
H A DSymbolFileDWARF.h396 lldb::TypeSP GetTypeForDIE(const DWARFDIE &die,
H A DDWARFASTParserClang.cpp3200 Type *DWARFASTParserClang::GetTypeForDIE(const DWARFDIE &die) { function in class:DWARFASTParserClang
3261 Type *type = GetTypeForDIE(die);
H A DSymbolFileDWARF.cpp1458 Type *type = GetTypeForDIE(die, resolve_function_context).get();
2627 TypeSP SymbolFileDWARF::GetTypeForDIE(const DWARFDIE &die, function in class:SymbolFileDWARF

Completed in 200 milliseconds