Searched refs:PMap (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 86 void partition(Module &M, const ModulePartitionMap &PMap) { in partition() argument 90 for (auto &KVPair : PMap) { in partition() 128 ModulePartitionMap PMap; in fullyPartition() local 139 PMap[MP.Functions.back().get()].insert(&F); in fullyPartition() 153 PMap[MP.GlobalVars.get()] = ModulePartitionMap::mapped_type(); in fullyPartition() 156 PMap[MP.Commons.get()].insert(&GV); in fullyPartition() 158 PMap[MP.GlobalVars.get()].insert(&GV); in fullyPartition() 160 partition(M, PMap); in fullyPartition()
|
/external/clang/lib/ARCMigrate/ |
D | TransProtectedScope.cpp | 56 ParentMap &PMap; member in __anon039343560111::CaseCollector 60 CaseCollector(ParentMap &PMap, SmallVectorImpl<CaseInfo> &Cases) in CaseCollector() argument 61 : PMap(PMap), Cases(Cases) { } in CaseCollector() 88 Stmt *Parent = PMap.getParent(S); in getCaseParent() 90 Parent = PMap.getParent(Parent); in getCaseParent()
|
D | Transforms.h | 48 ParentMap PMap; variable 53 : MigrateCtx(MigrateCtx), PMap(S), TopStmt(S) {} in BodyContext() 56 ParentMap &getParentMap() { return PMap; } in getParentMap()
|
D | ObjCMT.cpp | 243 const ParentMap *PMap) { in rewriteToPropertyDotSyntax() argument 323 ParentMap &PMap; member in __anon04dd42e90211::ObjCMigrator 326 ObjCMigrator(ObjCMigrateASTConsumer &consumer, ParentMap &PMap) in ObjCMigrator() argument 327 : Consumer(consumer), PMap(PMap) { } in ObjCMigrator() 335 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap); in VisitObjCMessageExpr() 348 commit, &PMap); in VisitObjCMessageExpr() 368 std::unique_ptr<ParentMap> PMap; member in __anon04dd42e90211::BodyMigrator 377 PMap.reset(new ParentMap(S)); in TraverseStmt() 378 ObjCMigrator(Consumer, *PMap).TraverseStmt(S); in TraverseStmt()
|
/external/clang/include/clang/Edit/ |
D | Rewriters.h | 32 const ParentMap *PMap);
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 329 const ParentMap *PMap); 341 const ParentMap *PMap) { in rewriteToObjCLiteralSyntax() argument 347 return rewriteToArrayLiteral(Msg, NS, commit, PMap); in rewriteToObjCLiteralSyntax() 380 const ParentMap *PMap) { in rewriteToArrayLiteral() argument 381 if (PMap) { in rewriteToArrayLiteral() 383 dyn_cast_or_null<ObjCMessageExpr>(PMap->getParentIgnoreParenCasts(Msg)); in rewriteToArrayLiteral()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 242 void partition(Module &M, const ModulePartitionMap &PMap);
|