<div dir="ltr"><span style="font-size:12.8px">Hey everyone.</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">I'm using ASTVisitor to walk through an AST to find constructors</span><br style="font-size:12.8px"><span style="font-size:12.8px">belonging to a certain type. What I want to do now is find the</span><br style="font-size:12.8px"><span style="font-size:12.8px">section/offset information for those found constructors that will be</span><br style="font-size:12.8px"><span style="font-size:12.8px">written to the output object file, allowing me to locate the binary</span><br style="font-size:12.8px"><span style="font-size:12.8px">for the constructors in the file. Is it possible to get that</span><br style="font-size:12.8px"><span style="font-size:12.8px">information programatically? What would be the best way to go about</span><br style="font-size:12.8px"><span style="font-size:12.8px">this?</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Thanks very much</span><br></div>