Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h494 LLVMMetadataRef LLVMDILocationGetInlinedAt(LLVMMetadataRef Location);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Ddibuilder.go705 return Metadata{C.LLVMDILocationGetInlinedAt(md.C)}
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c340 return (ptr_to_option(LLVMDILocationGetInlinedAt(Location))); in llvm_di_location_get_inlined_at()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1068 LLVMMetadataRef LLVMDILocationGetInlinedAt(LLVMMetadataRef Location) { in LLVMDILocationGetInlinedAt() function