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

  /external/llvm/lib/DebugInfo/
DWARFUnit.cpp 108 clearDIEs(false);
282 void DWARFUnit::clearDIEs(bool KeepCUDie) {
313 const bool ClearDIEs = extractDIEsIfNeeded(false) > 1;
325 if (ClearDIEs)
326 clearDIEs(true);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.cpp 131 DWARFCompileUnit::ClearDIEs(bool keep_compile_unit_die)
433 ClearDIEs (true);
    [all...]

Completed in 2027 milliseconds