Searched refs:LLVMGetValueName (Results 1 – 5 of 5) sorted by relevance
83 printf("FunctionDeclaration: %s\n", LLVMGetValueName(f)); in llvm_module_list_functions()90 printf("FunctionDefinition: %s [#bb=%u]\n", LLVMGetValueName(f), in llvm_module_list_functions()102 printf(" calls: %s\n", LLVMGetValueName(callee)); in llvm_module_list_functions()128 LLVMGetValueName(g), s); in llvm_module_list_globals()
181 return lib.LLVMGetValueName(self)363 return lib.LLVMGetValueName(self.__as_value())544 library.LLVMGetValueName.argtypes = [Value]545 library.LLVMGetValueName.restype = c_char_p
1798 const char *LLVMGetValueName(LLVMValueRef Val);
700 return caml_copy_string(LLVMGetValueName(Val)); in llvm_value_name()
904 const char *LLVMGetValueName(LLVMValueRef Val) { in LLVMGetValueName() function