Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h480 unsigned LLVMDILocationGetLine(LLVMMetadataRef Location);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c328 return Val_int(LLVMDILocationGetLine(Location)); in llvm_di_location_get_line()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1111 unsigned LLVMDILocationGetLine(LLVMMetadataRef Location) { in LLVMDILocationGetLine() function