Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h504 LLVMMetadataRef LLVMDILocationGetInlinedAt(LLVMMetadataRef Location);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c340 return (ptr_to_option(LLVMDILocationGetInlinedAt(Location))); in llvm_di_location_get_inlined_at()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1123 LLVMMetadataRef LLVMDILocationGetInlinedAt(LLVMMetadataRef Location) { in LLVMDILocationGetInlinedAt() function