Searched refs:LLVMConstStructInContext (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm_ocaml.c | 939 return LLVMConstStructInContext(C, (LLVMValueRef *)Op_val(ElementVals), in llvm_const_struct() 951 return LLVMConstStructInContext(C, (LLVMValueRef *)Op_val(ElementVals), in llvm_const_packed_struct()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/ |
| H A D | echo.cpp | 329 return LLVMConstStructInContext(LLVMGetModuleContext(M), Elts.data(), in clone_constant_impl()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
| H A D | Core.h | 2109 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C,
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Core.cpp | 1486 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C, in LLVMConstStructInContext() function 1496 return LLVMConstStructInContext(LLVMGetGlobalContext(), ConstantVals, Count, in LLVMConstStruct()
|