Searched refs:setStructTyBody (Results 1 – 2 of 2) sorted by relevance
218 static LLVMType setStructTyBody(LLVMType structType,225 setStructTyBody(LLVMType structType, LLVMType elt1, Args... elts) { in setStructTyBody() function227 return setStructTyBody(structType, fields); in setStructTyBody()
249 LLVMType LLVMType::setStructTyBody(LLVMType structType, in setStructTyBody() function in LLVMType