Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h1347 LLVMMetadataRef LLVMGetSubprogram(LLVMValueRef Func);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c844 return (ptr_to_option(LLVMGetSubprogram(Func))); in llvm_get_subprogram()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1640 LLVMMetadataRef LLVMGetSubprogram(LLVMValueRef Func) { in LLVMGetSubprogram() function