Home | History | Annotate | Download | only in Core

Lines Matching refs:ProfileRegion

43   RegionTy::ProfileRegion(ID, a1, superRegion);
61 RegionTy::ProfileRegion(ID, a1, superRegion);
82 RegionTy::ProfileRegion(ID, a1, a2, superRegion);
101 RegionTy::ProfileRegion(ID, a1, a2, superRegion);
120 RegionTy::ProfileRegion(ID, a1, a2, a3, superRegion);
262 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
270 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
278 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
288 ProfileRegion(ID, Ex, Cnt, superRegion);
292 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
295 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
303 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
312 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion);
315 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
318 DeclRegion::ProfileRegion(ID, ivd, superRegion, ObjCIvarRegionKind);
321 void DeclRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, const Decl *D,
329 DeclRegion::ProfileRegion(ID, D, superRegion, getKind());
333 VarRegion::ProfileRegion(ID, getDecl(), superRegion);
336 void SymbolicRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, SymbolRef sym,
344 SymbolicRegion::ProfileRegion(ID, sym, getSuperRegion());
347 void ElementRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
357 ElementRegion::ProfileRegion(ID, ElementType, Index, superRegion);
360 void FunctionTextRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
368 FunctionTextRegion::ProfileRegion(ID, FD, superRegion);
371 void BlockTextRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
380 BlockTextRegion::ProfileRegion(ID, BD, locTy, AC, superRegion);
383 void BlockDataRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
394 BlockDataRegion::ProfileRegion(ID, BC, LC, getSuperRegion());
397 void CXXTempObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
405 ProfileRegion(ID, Ex, getSuperRegion());
408 void CXXBaseObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
418 ProfileRegion(ID, getDecl(), isVirtual(), superRegion);
898 ElementRegion::ProfileRegion(ID, T, Idx, superRegion);