<div dir="ltr">Hi<div><br></div><div>I'm using llvm-5. Browsing the source of llvm-dwarfdump and trying it on some shared libraries, I see I can print the debug info (assuming it exists). For some function, I'm wondering if there's a short cut to prettyprinting the signature of a function in the library? I think, looking at the output, that enough information exists but it seems to involve looking at the subprogram and then chasing references to parameters elsewhere in the debug info and so on.</div><div><br></div><div>Browsing the llvm headers, I see classes like DISubprogram which appear to represent a function. But no obvious way to get to a string for the function signature.</div><div><br></div><div>Can someone point me in the right direction?</div><div><br></div><div>TIA!</div><div>bill</div></div>