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

  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 107 static inline const MCExpr *MakeStartMinusEndExpr(const MCStreamer &MCOS,
225 MCOS->EmitAbsValue(MakeStartMinusEndExpr(*MCOS, *LineStartSym, *LineEndSym,4),
238 MCOS->EmitAbsValue(MakeStartMinusEndExpr(*MCOS, *LineStartSym, *ProEndSym,
734 const MCExpr *Range = MakeStartMinusEndExpr(Streamer, *Frame.Begin,
787 const MCExpr *Length = MakeStartMinusEndExpr(streamer, *sectionStart,
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 78 static inline const MCExpr *MakeStartMinusEndExpr(const MCStreamer &MCOS,
263 MakeStartMinusEndExpr(*MCOS, *LineStartSym, *LineEndSym, 4), 4);
277 MakeStartMinusEndExpr(*MCOS, *LineStartSym, *ProEndSym, (4 + 2 + 4)), 4);
625 const MCExpr *Size = MakeStartMinusEndExpr(*MCOS,
657 const MCExpr *Length = MakeStartMinusEndExpr(*MCOS, *InfoStart, *InfoEnd, 4);
825 const MCExpr *SectionSize = MakeStartMinusEndExpr(*MCOS,
    [all...]

Completed in 56 milliseconds