Skip to content
LiveDebugVariables.cpp 34.4 KiB
Newer Older
#ifndef NDEBUG
void LiveDebugVariables::dump() {
  if (pImpl)
    static_cast<LDVImpl*>(pImpl)->print(dbgs());
}
#endif