Home
last modified time | relevance | path

Searched defs:AllocSize (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprCXX.cpp967 llvm::Value *AllocSize; member in __anon7f54e8600111::CallDeleteDuringNew
979 llvm::Value *AllocSize) in CallDeleteDuringNew()
1022 DominatingValue<RValue>::saved_type AllocSize; member in __anon7f54e8600111::CallDeleteDuringConditionalNew
1036 DominatingValue<RValue>::saved_type AllocSize) in CallDeleteDuringConditionalNew()
1082 llvm::Value *AllocSize, in EnterNewDeleteCleanup()
/external/llvm/include/llvm/ADT/
DStringMap.h148 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() local
/external/clang/lib/Rewrite/
DRewriteRope.cpp799 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; in MakeRopeString() local
/external/llvm/lib/VMCore/
DInstructions.cpp355 Type *AllocTy, Value *AllocSize, in createMalloc()
440 Value *AllocSize, Value *ArraySize, in CreateMalloc()
457 Value *AllocSize, Value *ArraySize, in CreateMalloc()
DCore.cpp1995 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc() local
2006 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1562 Value *AllocSize = ConstantInt::get(IntPtrTy, TypeSize); in TryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3158 SDValue AllocSize = getValue(I.getArraySize()); in visitAlloca() local