Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h488 LLVMMetadataRef LLVMDIScopeGetFile(LLVMMetadataRef Scope);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go710 return Metadata{C.LLVMDIScopeGetFile(md.C)}
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c344 return (ptr_to_option(LLVMDIScopeGetFile(Scope))); in llvm_di_scope_get_file()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1031 LLVMMetadataRef LLVMDIScopeGetFile(LLVMMetadataRef Scope) { in LLVMDIScopeGetFile() function