Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h512 LLVMMetadataRef LLVMDIScopeGetFile(LLVMMetadataRef Scope);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c344 return (ptr_to_option(LLVMDIScopeGetFile(Scope))); in llvm_di_scope_get_file()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1127 LLVMMetadataRef LLVMDIScopeGetFile(LLVMMetadataRef Scope) { in LLVMDIScopeGetFile() function