Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h539 const char *LLVMDIFileGetSource(LLVMMetadataRef File, unsigned *Len);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c361 const char *Source = LLVMDIFileGetSource(File, &Len); in llvm_di_file_get_source()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1143 const char *LLVMDIFileGetSource(LLVMMetadataRef File, unsigned *Len) { in LLVMDIFileGetSource() function