Lines Matching refs:Spaces
406 unsigned Spaces = Indent * 2; in dumpFull() local
408 OS.indent(Spaces); in dumpFull()
411 OS.indent(Spaces) << "Metadata: " << getMetadataSize() << " bytes\n"; in dumpFull()
412 OS.indent(Spaces) << "Size: " << getSize() << " bytes\n"; in dumpFull()
413 OS.indent(Spaces) << "AllocSize: " << getAllocSize() << " bytes\n"; in dumpFull()
416 OS.indent(Spaces) << "Elements: " << getNumElems() << '\n'; in dumpFull()
421 OS.indent(Spaces) << "Element " << I << " offset: " << FO << '\n'; in dumpFull()
458 unsigned Spaces = Indent * 2; in dump() local
461 OS.indent(Spaces); in dump()
468 OS.indent(Spaces) << "Function: " << getFunction(); in dump()
473 OS.indent(Spaces) << "This: " << getThis() << "\n"; in dump()
474 OS.indent(Spaces) << "RVO: " << getRVOPtr() << "\n"; in dump()
475 OS.indent(Spaces) << "Depth: " << Depth << "\n"; in dump()
476 OS.indent(Spaces) << "ArgSize: " << ArgSize << "\n"; in dump()
477 OS.indent(Spaces) << "Args: " << (void *)Args << "\n"; in dump()
478 OS.indent(Spaces) << "FrameOffset: " << FrameOffset << "\n"; in dump()
479 OS.indent(Spaces) << "FrameSize: " << (Func ? Func->getFrameSize() : 0) in dump()