Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h529 const char *LLVMDIFileGetSource(LLVMMetadataRef File, unsigned *Len);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Ddibuilder.go682 ptr := C.LLVMDIFileGetSource(md.C, &length)
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c361 const char *Source = LLVMDIFileGetSource(File, &Len); in llvm_di_file_get_source()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1088 const char *LLVMDIFileGetSource(LLVMMetadataRef File, unsigned *Len) { in LLVMDIFileGetSource() function