Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h1338 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c853 return Val_int(LLVMDISubprogramGetLine(Subprogram)); in llvm_di_subprogram_get_line()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1552 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram) { in LLVMDISubprogramGetLine() function