Searched refs:cu1 (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdw/
H A Dlibdw_findcu.c41 struct Dwarf_CU *cu1 = (struct Dwarf_CU *) arg1; local
46 if (cu1->end == 0)
48 if (cu1->start < cu2->start)
50 if (cu1->start >= cu2->end)
55 if (cu2->start < cu1->start)
57 if (cu2->start >= cu1->end)
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h533 DIEDeclContextsMatch (DWARFCompileUnit* cu1, const DWARFDebugInfoEntry *die1,
H A DSymbolFileDWARF.cpp4885 SymbolFileDWARF::DIEDeclContextsMatch (DWARFCompileUnit* cu1, const DWARFDebugInfoEntry *die1, argument
4894 assert (DebugInfo()->ContainsCompileUnit (cu1));
4915 die1->GetDeclContextDIEs (this, cu1, decl_ctx_1);
4950 const char *name1 = decl_ctx_die1->GetName(this, cu1);

Completed in 96 milliseconds