<div dir="ltr"><div>I'm trying to print the names of some functions for debugging purposes, but they don't seem to have any. That is,<br><br>define i32 @main() #0 {<br><br></div>getName returns "main" as expected. But<br><br>define void @"\01?f@@YAXPEAN@Z"(double* nocapture %a) #0 {<br><br>getName returns blank, and hasName returns false. I've tried delving through the code for class Function, and I can't find anything that would explain this. What am I missing, and how do I get the name? Either the mangled or un-mangled version would suffice.<br></div>