Home
last modified time | relevance | path

Searched refs:LLVMStructTypeInContext (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c505 return LLVMStructTypeInContext(C, (LLVMTypeRef *)ElementTypes, in llvm_struct_type()
511 return LLVMStructTypeInContext(C, (LLVMTypeRef *)ElementTypes, in llvm_packed_struct_type()
/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp131 S = LLVMStructTypeInContext(Ctx, Elts.data(), EltCount, in Clone()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h1325 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp715 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() function
723 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType()