Searched refs:MakeStartMinusEndExpr (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 77 static inline const MCExpr *MakeStartMinusEndExpr(const MCStreamer &MCOS, in MakeStartMinusEndExpr() function 263 MakeStartMinusEndExpr(*MCOS, *LineStartSym, *LineEndSym, 4), 4); in Emit() 277 MakeStartMinusEndExpr(*MCOS, *LineStartSym, *ProEndSym, (4 + 2 + 4)), 4); in Emit() 618 const MCExpr *Size = MakeStartMinusEndExpr(*MCOS, in EmitGenDwarfAranges() 650 const MCExpr *Length = MakeStartMinusEndExpr(*MCOS, *InfoStart, *InfoEnd, 4); in EmitGenDwarfInfo() 818 const MCExpr *SectionSize = MakeStartMinusEndExpr(*MCOS, in EmitGenDwarfRanges() 1215 const MCExpr *Range = MakeStartMinusEndExpr(Streamer, *Frame.Begin, in EmitCompactUnwind() 1269 MakeStartMinusEndExpr(Streamer, *sectionStart, *sectionEnd, 4); in EmitCIE() 1381 const MCExpr *Length = MakeStartMinusEndExpr(Streamer, *fdeStart, *fdeEnd, 0); in EmitFDE() 1390 MakeStartMinusEndExpr(Streamer, cieStart, *fdeStart, 0); in EmitFDE() [all …]
|