HomeSort by relevance Sort by last modified time
    Searched refs:ClearDIEs (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.h 56 void ClearDIEs(bool keep_compile_unit_die);
DWARFDebugPubnames.cpp 203 cu->ClearDIEs (true);
DWARFCompileUnit.cpp 131 DWARFCompileUnit::ClearDIEs(bool keep_compile_unit_die)
433 ClearDIEs (true);
    [all...]
SymbolFileDWARF.cpp     [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 122 clearDIEs(false);
295 void DWARFUnit::clearDIEs(bool KeepCUDie) {
326 const bool ClearDIEs = extractDIEsIfNeeded(false) > 1;
338 if (ClearDIEs)
339 clearDIEs(true);

Completed in 82 milliseconds