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

  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 187 auto *NewA = GlobalAlias::create(OrigA.getValueType(),
190 NewA->copyAttributesFrom(&OrigA);
191 VMap[&OrigA] = NewA;
192 return NewA;
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 310 auto *NewA = cast<GlobalAlias>(VMap[&A]);
311 assert(NewA && "Alias not cloned?");
314 NewA->setAliasee(cast<Constant>(Init));

Completed in 1428 milliseconds