Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h1035 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length);
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c814 const char *Name = LLVMDITypeGetName(DType, &Len); in llvm_di_type_get_name()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1392 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length) { in LLVMDITypeGetName() function