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

  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 65 Constant *NewInit = ConstantArray::get(AT, CurrentCtors);
69 (void)new GlobalVariable(M, NewInit->getType(), false,
70 GlobalValue::AppendingLinkage, NewInit, Array);
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 554 Constant *NewInit = ConstantStruct::getAnon(M->getContext(), GlobalInits);
556 new GlobalVariable(*M, NewInit->getType(), /*isConstant=*/true,
557 GlobalValue::PrivateLinkage, NewInit);
559 StructType *NewTy = cast<StructType>(NewInit->getType());
578 NewInit->getType(), CombinedGlobal, CombinedGlobalIdxs);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 679 if (Init *NewInit = BI->convertInitializerTo(IntRecTy::get()))
680 return NewInit;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 101 milliseconds