Searched refs:LLVMConstStructInContext (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm_ocaml.c | 940 return LLVMConstStructInContext(C, (LLVMValueRef *)Op_val(ElementVals), in llvm_const_struct() 952 return LLVMConstStructInContext(C, (LLVMValueRef *)Op_val(ElementVals), in llvm_const_packed_struct()
|
| /llvm-project-15.0.7/llvm/tools/llvm-c-test/ |
| H A D | echo.cpp | 327 return LLVMConstStructInContext(LLVMGetModuleContext(M), Elts.data(), in clone_constant_impl()
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | Core.h | 2088 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C,
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 1475 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C, in LLVMConstStructInContext() function 1485 return LLVMConstStructInContext(LLVMGetGlobalContext(), ConstantVals, Count, in LLVMConstStruct()
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 867 v.C = C.LLVMConstStructInContext(c.C, ptr, nvals,
|