Searched refs:die2 (Results 1 – 4 of 4) sorted by relevance
268 static bool CompareDIEOffset (const DWARFDebugInfoEntry& die1, const DWARFDebugInfoEntry& die2) in CompareDIEOffset() argument270 return die1.GetOffset() < die2.GetOffset(); in CompareDIEOffset()
502 static bool CompareDIEOffset (const DWARFDebugInfoEntry& die1, const DWARFDebugInfoEntry& die2) in CompareDIEOffset() argument504 return die1.GetOffset() < die2.GetOffset(); in CompareDIEOffset()
534 DWARFCompileUnit* cu2, const DWARFDebugInfoEntry *die2);
4886 DWARFCompileUnit* cu2, const DWARFDebugInfoEntry *die2) in DIEDeclContextsMatch() argument4888 if (die1 == die2) in DIEDeclContextsMatch()4916 die2->GetDeclContextDIEs (this, cu2, decl_ctx_2); in DIEDeclContextsMatch()