Lines Matching refs:Clone
64 LLVMTypeRef Clone(LLVMValueRef Src) { in Clone() function
65 return Clone(LLVMTypeOf(Src)); in Clone()
68 LLVMTypeRef Clone(LLVMTypeRef Src) { in Clone() function
96 Params[i] = Clone(Params[i]); in Clone()
99 LLVMTypeRef FunTy = LLVMFunctionType(Clone(LLVMGetReturnType(Src)), in Clone()
121 Elts.push_back(Clone(LLVMStructGetTypeAtIndex(Src, i))); in Clone()
131 Clone(LLVMGetElementType(Src)), in Clone()
136 Clone(LLVMGetElementType(Src)), in Clone()
141 Clone(LLVMGetElementType(Src)), in Clone()
261 return LLVMConstInt(TypeCloner(M).Clone(Cst), in clone_constant_impl()
268 return LLVMConstNull(TypeCloner(M).Clone(Cst)); in clone_constant_impl()
274 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()
285 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()
296 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()
310 return LLVMGetUndef(TypeCloner(M).Clone(Cst)); in clone_constant_impl()
330 TypeCloner(M).Clone(Cst)); in clone_constant_impl()
348 return TypeCloner(M).Clone(Src); in CloneType()
352 return TypeCloner(M).Clone(Src); in CloneType()
776 LLVMAddGlobal(M, LLVMGetElementType(TypeCloner(M).Clone(Cur)), Name); in declare_symbols()
809 auto Ty = LLVMGetElementType(TypeCloner(M).Clone(Cur)); in declare_symbols()