Home
last modified time | relevance | path

Searched refs:LLVMAddDestination (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h874 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/external/llvm/include/llvm-c/
DCore.h2915 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3163 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1430 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1867 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1788 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1810 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() function
/external/llvm/lib/IR/
DCore.cpp2507 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() function
/external/llvm/bindings/go/llvm/
Dir.go1259 func (v Value) AddDest(dest BasicBlock) { C.LLVMAddDestination(v.C, dest.C) }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1326 func (v Value) AddDest(dest BasicBlock) { C.LLVMAddDestination(v.C, dest.C) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2780 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() function