search for: aa7625af893e242d33b9f182066f59310

Displaying 1 result from an estimated 1 matches for "aa7625af893e242d33b9f182066f59310".

2011 Nov 17
0
[LLVMdev] Rephrased: How to get function virtual starting address from MCSymbolRefExpr?
...32Value<http://llvm.org/doxygen/classllvm_1_1MCStreamer.html#a3c0872c5c75608d870c0b6aaf0d206ed>(MCSymbolRefExpr::Create<http://llvm.org/doxygen/classllvm_1_1MCSymbolRefExpr.html#acfd4c9d4f462e858c577dc0f57ef2d30>(MBBSym, OutContext<http://llvm.org/doxygen/classllvm_1_1AsmPrinter.html#aa7625af893e242d33b9f182066f59310>)); But can't in the process seem to lose the hook to the parent function. It would seem that we need to add MachineBasicBlock<http://llvm.org/doxygen/classllvm_1_1MachineBasicBlock.html> *MBB to the call, but if that isn't necessary would like to know how else to achieve the goal...