Home
last modified time | relevance | path

Searched refs:LLVMDIVariableGetLine (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h1191 unsigned LLVMDIVariableGetLine(LLVMMetadataRef Var);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.mli320 See LLVMDIVariableGetLine. *)
H A Ddebuginfo_ocaml.c904 return Val_int(LLVMDIVariableGetLine(Variable)); in llvm_di_variable_get_line()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1533 unsigned LLVMDIVariableGetLine(LLVMMetadataRef Var) { in LLVMDIVariableGetLine() function