HomeSort by relevance Sort by last modified time
    Searched defs:PMap (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 86 void partition(Module &M, const ModulePartitionMap &PMap) {
90 for (auto &KVPair : PMap) {
128 ModulePartitionMap PMap;
139 PMap[MP.Functions.back().get()].insert(&F);
153 PMap[MP.GlobalVars.get()] = ModulePartitionMap::mapped_type();
156 PMap[MP.Commons.get()].insert(&GV);
158 PMap[MP.GlobalVars.get()].insert(&GV);
160 partition(M, PMap);
  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 56 ParentMap &PMap;
60 CaseCollector(ParentMap &PMap, SmallVectorImpl<CaseInfo> &Cases)
61 : PMap(PMap), Cases(Cases) { }
88 Stmt *Parent = PMap.getParent(S);
90 Parent = PMap.getParent(Parent);
Transforms.h 48 ParentMap PMap;
53 : MigrateCtx(MigrateCtx), PMap(S), TopStmt(S) {}
56 ParentMap &getParentMap() { return PMap; }
ObjCMT.cpp 243 const ParentMap *PMap) {
323 ParentMap &PMap;
326 ObjCMigrator(ObjCMigrateASTConsumer &consumer, ParentMap &PMap)
327 : Consumer(consumer), PMap(PMap) { }
335 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap);
348 commit, &PMap);
368 std::unique_ptr<ParentMap> PMap;
377 PMap.reset(new ParentMap(S));
378 ObjCMigrator(Consumer, *PMap).TraverseStmt(S)
    [all...]

Completed in 343 milliseconds