llvm = require('./index')

for name, obj of llvm
	if obj instanceof Function
		console.log "### #{name}"
		for method, val of obj.prototype
			console.log "**.#{method}**()  "