Home | History | Annotate | Download | only in Core

Lines Matching refs:dumpToStream

442   dumpToStream(llvm::errs());
448 dumpToStream(os);
452 void MemRegion::dumpToStream(raw_ostream &os) const {
456 void AllocaRegion::dumpToStream(raw_ostream &os) const {
460 void FunctionTextRegion::dumpToStream(raw_ostream &os) const {
464 void BlockTextRegion::dumpToStream(raw_ostream &os) const {
468 void BlockDataRegion::dumpToStream(raw_ostream &os) const {
479 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const {
484 void CXXTempObjectRegion::dumpToStream(raw_ostream &os) const {
489 void CXXBaseObjectRegion::dumpToStream(raw_ostream &os) const {
493 void CXXThisRegion::dumpToStream(raw_ostream &os) const {
497 void ElementRegion::dumpToStream(raw_ostream &os) const {
502 void FieldRegion::dumpToStream(raw_ostream &os) const {
506 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const {
510 void StringRegion::dumpToStream(raw_ostream &os) const {
515 void ObjCStringRegion::dumpToStream(raw_ostream &os) const {
520 void SymbolicRegion::dumpToStream(raw_ostream &os) const {
524 void VarRegion::dumpToStream(raw_ostream &os) const {
529 dumpToStream(llvm::errs());
532 void RegionRawOffset::dumpToStream(raw_ostream &os) const {
536 void StaticGlobalSpaceRegion::dumpToStream(raw_ostream &os) const {
540 void GlobalInternalSpaceRegion::dumpToStream(raw_ostream &os) const {
544 void GlobalSystemSpaceRegion::dumpToStream(raw_ostream &os) const {
548 void GlobalImmutableSpaceRegion::dumpToStream(raw_ostream &os) const {
552 void HeapSpaceRegion::dumpToStream(raw_ostream &os) const {
556 void UnknownSpaceRegion::dumpToStream(raw_ostream &os) const {
560 void StackArgumentsSpaceRegion::dumpToStream(raw_ostream &os) const {
564 void StackLocalsSpaceRegion::dumpToStream(raw_ostream &os) const {