Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h1323 LLVMMetadataRef LLVMGetSubprogram(LLVMValueRef Func);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go598 md.C = C.LLVMGetSubprogram(v.C)
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c844 return (ptr_to_option(LLVMGetSubprogram(Func))); in llvm_get_subprogram()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1544 LLVMMetadataRef LLVMGetSubprogram(LLVMValueRef Func) { in LLVMGetSubprogram() function