Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h511 const char *LLVMDIFileGetDirectory(LLVMMetadataRef File, unsigned *Len);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Ddibuilder.go668 ptr := C.LLVMDIFileGetDirectory(md.C, &length)
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c349 const char *Directory = LLVMDIFileGetDirectory(File, &Len); in llvm_di_file_get_directory()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1076 const char *LLVMDIFileGetDirectory(LLVMMetadataRef File, unsigned *Len) { in LLVMDIFileGetDirectory() function