Displaying 1 result from an estimated 1 matches for "emitabsvalu".
Did you mean:
  emitabsvalue
  
2011 Jul 06
1
[LLVMdev] clang-llvm exceptions problem powerpc-apple-darwin
...CExpr *Exp =
     TLOF.getExprForDwarfReference(Sym, Mang, MMI, Encoding,  
OutStreamer);
   const MCSectionMachO * SecCur = dyn_cast<MCSectionMachO> 
(getCurrentSection());
   const MCSectionMachO * SecRef = dyn_cast<MCSectionMachO>(&Sym- 
 >getSection());
#if 0
   OutStreamer.EmitAbsValue(Exp, GetSizeOfEncodedValue(Encoding));
#elif 0
   if (SecRef->getType() == MCSectionMachO::S_COALESCED)
     OutStreamer.EmitValue(Exp, GetSizeOfEncodedValue(Encoding));
   else
     OutStreamer.EmitAbsValue(Exp, GetSizeOfEncodedValue(Encoding));
#else
   if (SecCur->getType() == MCSectionMa...