Home
last modified time | relevance | path

Searched refs:LLVMSetCurrentDebugLocation (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1660 LLVMSetCurrentDebugLocation(Builder_val(B), V); in llvm_set_current_debug_location()
1666 LLVMSetCurrentDebugLocation(Builder_val(B), NULL); in llvm_clear_current_debug_location()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h3713 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp3078 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L) { in LLVMSetCurrentDebugLocation() function