Searched refs:MakeStartMinusEndExpr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp77 static inline const MCExpr *MakeStartMinusEndExpr(const MCStreamer &MCOS, function
263 MakeStartMinusEndExpr(*MCOS, *LineStartSym, *LineEndSym, 4), 4);
277 MakeStartMinusEndExpr(*MCOS, *LineStartSym, *ProEndSym, (4 + 2 + 4)), 4);
622 const MCExpr *Size = MakeStartMinusEndExpr(*MCOS,
654 const MCExpr *Length = MakeStartMinusEndExpr(*MCOS, *InfoStart, *InfoEnd, 4);
822 const MCExpr *SectionSize = MakeStartMinusEndExpr(*MCOS,
1219 const MCExpr *Range = MakeStartMinusEndExpr(Streamer, *Frame.Begin,
1274 MakeStartMinusEndExpr(Streamer, *sectionStart, *sectionEnd, 4);
1386 const MCExpr *Length = MakeStartMinusEndExpr(Streamer, *fdeStart, *fdeEnd, 0);
1395 MakeStartMinusEndExpr(Streame
[all...]

Completed in 73 milliseconds