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

  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFCompileUnit.cpp 203 void DWARFCompileUnit::clearDIEs(bool keep_compile_unit_die) {
237 clearDIEs(true);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 139 clearDIEs(false);
317 void DWARFUnit::clearDIEs(bool KeepCUDie) {
351 const bool ClearDIEs = extractDIEsIfNeeded(false) > 1;
363 if (ClearDIEs)
364 clearDIEs(true);

Completed in 179 milliseconds