Home
last modified time | relevance | path

Searched refs:LLVMStructSetBody (Results 1 – 8 of 8) sorted by relevance

/external/llvm/tools/llvm-c-test/
Decho.cpp123 LLVMStructSetBody(S, Elts.data(), EltCount, LLVMIsPackedStruct(Src)); in Clone()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h413 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes,
/external/llvm/include/llvm-c/
DCore.h1022 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes,
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c304 LLVMStructSetBody(Ty, (LLVMTypeRef *) ElementTypes, in llvm_struct_set_body()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c408 LLVMStructSetBody(Ty, (LLVMTypeRef *) ElementTypes, in llvm_struct_set_body()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp318 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, in LLVMStructSetBody() function
/external/llvm/lib/IR/
DCore.cpp532 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, in LLVMStructSetBody() function
/external/llvm/bindings/go/llvm/
Dir.go590 C.LLVMStructSetBody(t.C, pt, ptlen, boolToLLVMBool(packed))