HomeSort by relevance Sort by last modified time
    Searched refs:ForceExpAbs (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/MC/
MCObjectStreamer.cpp 147 Value = ForceExpAbs(Value);
157 Value = ForceExpAbs(Value);
283 AddrDelta = ForceExpAbs(AddrDelta);
295 AddrDelta = ForceExpAbs(AddrDelta);
MCStreamer.cpp 71 const MCExpr *MCStreamer::ForceExpAbs(const MCExpr* Expr) {
141 const MCExpr *ABS = ForceExpAbs(Value);
  /external/llvm/include/llvm/MC/
MCStreamer.h 202 const MCExpr *ForceExpAbs(const MCExpr *Expr);

Completed in 75 milliseconds