Home
last modified time | relevance | path

Searched refs:LLVMGetInstructionParent (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp445 auto BB = DeclareBB(LLVMGetInstructionParent(Src)); in CloneValue()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h3210 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm.ml1001 external instr_parent : llvalue -> llbasicblock = "LLVMGetInstructionParent"
Dllvm_ocaml.c1426 LLVMGetInstructionParent) in DEFINE_ITERATORS() argument
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp2718 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst) { in LLVMGetInstructionParent() function