Searched refs:LLVMConstStructInContext (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 671 return LLVMConstStructInContext(C, (LLVMValueRef *) Op_val(ElementVals), in llvm_const_struct() 683 return LLVMConstStructInContext(C, (LLVMValueRef *) Op_val(ElementVals), in llvm_const_packed_struct()
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 303 return LLVMConstStructInContext(LLVMGetModuleContext(M), Elts.data(), in clone_constant_impl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 315 return LLVMConstStructInContext(LLVMGetModuleContext(M), Elts.data(), in clone_constant_impl()
|
/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/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 938 return LLVMConstStructInContext(C, (LLVMValueRef *) Op_val(ElementVals), in llvm_const_struct() 950 return LLVMConstStructInContext(C, (LLVMValueRef *) Op_val(ElementVals), in llvm_const_packed_struct()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 620 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C, in LLVMConstStructInContext() function 640 return LLVMConstStructInContext(LLVMGetGlobalContext(), ConstantVals, Count, in LLVMConstStruct()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 591 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C,
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1675 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 1863 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 1215 LLVMValueRef LLVMConstStructInContext(LLVMContextRef C, in LLVMConstStructInContext() function 1225 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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 829 v.C = C.LLVMConstStructInContext(c.C, ptr, nvals,
|