Home | History | Annotate | Download | only in Core

Lines Matching refs:dumpToStream

440   dumpToStream(llvm::errs());
446 dumpToStream(os);
450 void MemRegion::dumpToStream(raw_ostream &os) const {
454 void AllocaRegion::dumpToStream(raw_ostream &os) const {
458 void FunctionTextRegion::dumpToStream(raw_ostream &os) const {
462 void BlockTextRegion::dumpToStream(raw_ostream &os) const {
466 void BlockDataRegion::dumpToStream(raw_ostream &os) const {
470 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const {
475 void CXXTempObjectRegion::dumpToStream(raw_ostream &os) const {
480 void CXXBaseObjectRegion::dumpToStream(raw_ostream &os) const {
484 void CXXThisRegion::dumpToStream(raw_ostream &os) const {
488 void ElementRegion::dumpToStream(raw_ostream &os) const {
493 void FieldRegion::dumpToStream(raw_ostream &os) const {
497 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const {
501 void StringRegion::dumpToStream(raw_ostream &os) const {
505 void ObjCStringRegion::dumpToStream(raw_ostream &os) const {
509 void SymbolicRegion::dumpToStream(raw_ostream &os) const {
513 void VarRegion::dumpToStream(raw_ostream &os) const {
518 dumpToStream(llvm::errs());
521 void RegionRawOffset::dumpToStream(raw_ostream &os) const {
525 void StaticGlobalSpaceRegion::dumpToStream(raw_ostream &os) const {
529 void GlobalInternalSpaceRegion::dumpToStream(raw_ostream &os) const {
533 void GlobalSystemSpaceRegion::dumpToStream(raw_ostream &os) const {
537 void GlobalImmutableSpaceRegion::dumpToStream(raw_ostream &os) const {
541 void HeapSpaceRegion::dumpToStream(raw_ostream &os) const {
545 void UnknownSpaceRegion::dumpToStream(raw_ostream &os) const {
549 void StackArgumentsSpaceRegion::dumpToStream(raw_ostream &os) const {
553 void StackLocalsSpaceRegion::dumpToStream(raw_ostream &os) const {