Searched refs:MakeStartMinusEndExpr (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 95 static inline const MCExpr *MakeStartMinusEndExpr(const MCStreamer &MCOS, in MakeStartMinusEndExpr() function 277 MakeStartMinusEndExpr(*MCOS, *LineStartSym, *LineEndSym, 4), 4); in Emit() 291 MakeStartMinusEndExpr(*MCOS, *LineStartSym, *ProEndSym, (4 + 2 + 4)), 4); in Emit() 619 const MCExpr *Size = MakeStartMinusEndExpr(*MCOS, in EmitGenDwarfAranges() 651 const MCExpr *Length = MakeStartMinusEndExpr(*MCOS, *InfoStart, *InfoEnd, 4); in EmitGenDwarfInfo() 820 const MCExpr *SectionSize = MakeStartMinusEndExpr(*MCOS, in EmitGenDwarfRanges() 1224 const MCExpr *Range = MakeStartMinusEndExpr(Streamer, *Frame.Begin, in EmitCompactUnwind() 1264 const MCExpr *Length = MakeStartMinusEndExpr(streamer, *sectionStart, in EmitCIE() 1370 const MCExpr *Length = MakeStartMinusEndExpr(streamer, *fdeStart, *fdeEnd, 0); in EmitFDE() 1378 const MCExpr *offset = MakeStartMinusEndExpr(streamer, cieStart, *fdeStart, in EmitFDE() [all …]
|