Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c834 unsigned Line = LLVMDITypeGetLine(DType); in llvm_di_type_get_line()
839 LLVMDIFlags Flags = LLVMDITypeGetLine(DType); in llvm_di_type_get_flags()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h1077 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1465 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType) { in LLVMDITypeGetLine() function