Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h172 lldb_private::Type *GetTypeForDIE(const DWARFDIE &die);
H A DSymbolFileDWARF.h457 lldb::TypeSP GetTypeForDIE(const DWARFDIE &die,
H A DSymbolFileDWARF.cpp1625 Type *type = GetTypeForDIE(die, resolve_function_context).get(); in ResolveType()
2546 const llvm::StringRef base_name = GetTypeForDIE(die)->GetBaseName().AsCString(); in FindTypes()
2691 TypeSP SymbolFileDWARF::GetTypeForDIE(const DWARFDIE &die, in GetTypeForDIE() function in SymbolFileDWARF
3081 GetTypeForDIE(type_die)->GetBaseName().GetStringRef(); in FindDefinitionTypeForDWARFDeclContext()
H A DDWARFASTParserClang.cpp3163 Type *DWARFASTParserClang::GetTypeForDIE(const DWARFDIE &die) { in GetTypeForDIE() function in DWARFASTParserClang
3222 Type *type = GetTypeForDIE(die); in GetClangDeclForDIE()