Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c939 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 Decho.cpp329 return LLVMConstStructInContext(LLVMGetModuleContext(M), Elts.data(), in clone_constant_impl()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2109 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1486 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C, in LLVMConstStructInContext() function
1496 return LLVMConstStructInContext(LLVMGetGlobalContext(), ConstantVals, Count, in LLVMConstStruct()