Searched refs:StaticGlobalSpaceRegion (Results 1 – 2 of 2) sorted by relevance
252 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile()517 void StaticGlobalSpaceRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()637 StaticGlobalSpaceRegion *&R = StaticsGlobalSpaceRegions[CR]; in getGlobalsRegion()641 R = A.Allocate<StaticGlobalSpaceRegion>(); in getGlobalsRegion()642 new (R) StaticGlobalSpaceRegion(this, CR); in getGlobalsRegion()
221 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {226 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr) in StaticGlobalSpaceRegion() function1095 llvm::DenseMap<const CodeTextRegion *, StaticGlobalSpaceRegion *>