Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h2915 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/external/llvm-project/llvm/include/llvm-c/
DCore.h3663 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3626 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1898 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1788 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
/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/llvm-project/llvm/bindings/go/llvm/
Dir.go1421 func (v Value) AddDest(dest BasicBlock) { C.LLVMAddDestination(v.C, dest.C) }
/external/llvm-project/llvm/lib/IR/
DCore.cpp3234 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3198 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() function