HomeSort by relevance Sort by last modified time
    Searched refs:NewInit (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 64 Constant *NewInit = ConstantArray::get(AT, CurrentCtors);
68 (void)new GlobalVariable(M, NewInit->getType(), false,
69 GlobalValue::AppendingLinkage, NewInit, Array);
  /external/llvm/lib/IR/
AutoUpgrade.cpp 205 Constant *NewInit =
208 Initializers.push_back(NewInit);
215 Constant *NewInit = ConstantArray::get(ATy, Initializers);
217 *GV->getParent(), ATy, GV->isConstant(), GV->getLinkage(), NewInit, "",
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 206 milliseconds