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

  /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);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.cpp 131 DWARFCompileUnit::ClearDIEs(bool keep_compile_unit_die)
433 ClearDIEs (true);
    [all...]

Completed in 61 milliseconds