Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h472 LLVMMetadataRef LLVMDILocationGetScope(LLVMMetadataRef Location);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go699 return Metadata{C.LLVMDILocationGetScope(md.C)}
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c336 return LLVMDILocationGetScope(Location); in llvm_di_location_get_scope()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1023 LLVMMetadataRef LLVMDILocationGetScope(LLVMMetadataRef Location) { in LLVMDILocationGetScope() function