Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.cpp268 static bool CompareDIEOffset (const DWARFDebugInfoEntry& die1, const DWARFDebugInfoEntry& die2) in CompareDIEOffset() argument
270 return die1.GetOffset() < die2.GetOffset(); in CompareDIEOffset()
DDWARFCompileUnit.cpp502 static bool CompareDIEOffset (const DWARFDebugInfoEntry& die1, const DWARFDebugInfoEntry& die2) in CompareDIEOffset() argument
504 return die1.GetOffset() < die2.GetOffset(); in CompareDIEOffset()
DSymbolFileDWARF.h534 DWARFCompileUnit* cu2, const DWARFDebugInfoEntry *die2);
DSymbolFileDWARF.cpp4886 DWARFCompileUnit* cu2, const DWARFDebugInfoEntry *die2) in DIEDeclContextsMatch() argument
4888 if (die1 == die2) in DIEDeclContextsMatch()
4916 die2->GetDeclContextDIEs (this, cu2, decl_ctx_2); in DIEDeclContextsMatch()