Searched refs:LLVMConstStructInContext (Results 1 – 12 of 12) sorted by relevance
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 303 return LLVMConstStructInContext(LLVMGetModuleContext(M), Elts.data(), in clone_constant_impl()
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 964 return LLVMConstStructInContext(C, (LLVMValueRef *) Op_val(ElementVals), in llvm_const_struct() 976 return LLVMConstStructInContext(C, (LLVMValueRef *) Op_val(ElementVals), in llvm_const_packed_struct()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 855 return LLVMConstStructInContext(C, (LLVMValueRef *) Op_val(ElementVals), in llvm_const_struct() 867 return LLVMConstStructInContext(C, (LLVMValueRef *) Op_val(ElementVals), in llvm_const_packed_struct()
|
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | echo.cpp | 330 return LLVMConstStructInContext(LLVMGetModuleContext(M), Elts.data(), in clone_constant_impl()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1675 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C,
|
/external/llvm/lib/IR/ |
D | Core.cpp | 1024 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C, in LLVMConstStructInContext() function 1034 return LLVMConstStructInContext(LLVMGetGlobalContext(), ConstantVals, Count, in LLVMConstStruct()
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 2038 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 2001 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C,
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 1436 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C, in LLVMConstStructInContext() function 1446 return LLVMConstStructInContext(LLVMGetGlobalContext(), ConstantVals, Count, in LLVMConstStruct()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 1403 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C, in LLVMConstStructInContext() function 1413 return LLVMConstStructInContext(LLVMGetGlobalContext(), ConstantVals, Count, in LLVMConstStruct()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 801 v.C = C.LLVMConstStructInContext(c.C, ptr, nvals,
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 867 v.C = C.LLVMConstStructInContext(c.C, ptr, nvals,
|