Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h1021 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c814 const char *Name = LLVMDITypeGetName(DType, &Len); in llvm_di_type_get_name()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1351 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length) { in LLVMDITypeGetName() function