Searched refs:MakeStartMinusEndExpr (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 115 static inline const MCExpr *MakeStartMinusEndExpr(const MCStreamer &MCOS, in MakeStartMinusEndExpr() function 466 MakeStartMinusEndExpr(*MCOS, *LineStartSym, *LineEndSym, 4), 4); in Emit() 489 MakeStartMinusEndExpr(*MCOS, *LineStartSym, *ProEndSym, in Emit() 911 const MCExpr *Size = MakeStartMinusEndExpr(*MCOS, in EmitGenDwarfAranges() 943 const MCExpr *Length = MakeStartMinusEndExpr(*MCOS, *InfoStart, *InfoEnd, 4); in EmitGenDwarfInfo() 1121 const MCExpr *SectionSize = MakeStartMinusEndExpr(*MCOS, in EmitGenDwarfRanges() 1522 const MCExpr *Range = MakeStartMinusEndExpr(Streamer, *Frame.Begin, in EmitCompactUnwind() 1572 MakeStartMinusEndExpr(Streamer, *sectionStart, *sectionEnd, 4); in EmitCIE() 1688 const MCExpr *Length = MakeStartMinusEndExpr(Streamer, *fdeStart, *fdeEnd, 0); in EmitFDE() 1697 MakeStartMinusEndExpr(Streamer, cieStart, *fdeStart, 0); in EmitFDE() [all …]
|