Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp317 void DWARFUnit::clearDIEs(bool KeepCUDie) { in clearDIEs() argument
318 if (DieArray.size() > (unsigned)KeepCUDie) { in clearDIEs()
329 if (KeepCUDie) in clearDIEs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp395 void DWARFUnit::clearDIEs(bool KeepCUDie) { in clearDIEs() argument
396 if (DieArray.size() > (unsigned)KeepCUDie) { in clearDIEs()
397 DieArray.resize((unsigned)KeepCUDie); in clearDIEs()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h283 void clearDIEs(bool KeepCUDie);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h559 void clearDIEs(bool KeepCUDie);