Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h515 const char *LLVMDIFileGetSource(LLVMMetadataRef File, unsigned *Len);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go682 ptr := C.LLVMDIFileGetSource(md.C, &length)
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c361 const char *Source = LLVMDIFileGetSource(File, &Len); in llvm_di_file_get_source()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1047 const char *LLVMDIFileGetSource(LLVMMetadataRef File, unsigned *Len) { in LLVMDIFileGetSource() function