Searched defs:dst_cu (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp5328 DWARFCompileUnit* dst_cu,
5332 if (!class_type || !src_cu || !src_class_die || !dst_cu || !dst_class_die)
5339 // in "dst_cu" and "dst_class_die"
5378 if (dst_die->GetAttributeValueAsUnsigned(this, dst_cu, DW_AT_declaration, 0) == 1)
5380 const char *dst_name = dst_die->GetMangledName (this, dst_cu);
5384 if (dst_die->GetAttributeValueAsUnsigned(this, dst_cu, DW_AT_artificial, 0))
5437 const char *dst_name = dst_die->GetMangledName (this, dst_cu);
5324 CopyUniqueClassMethodTypes(SymbolFileDWARF *src_symfile, Type *class_type, DWARFCompileUnit* src_cu, const DWARFDebugInfoEntry *src_class_die, DWARFCompileUnit* dst_cu, const DWARFDebugInfoEntry *dst_class_die, llvm::SmallVectorImpl <const DWARFDebugInfoEntry *> &failures) argument

Completed in 95 milliseconds