Searched defs:MakeStartMinusEndExpr (Results 1 - 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/MC/ |
H A D | MCDwarf.cpp | 107 static inline const MCExpr *MakeStartMinusEndExpr(const MCStreamer &MCOS, function 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, 906 const MCExpr *Length = MakeStartMinusEndExpr(streamer, *fdeStart, *fdeEnd, 0); 915 const MCExpr *offset = MakeStartMinusEndExpr(streamer, cieStart, *fdeStart, 920 const MCExpr *offset = MakeStartMinusEndExpr(streamer, *SectionStart, 937 const MCExpr *Range = MakeStartMinusEndExpr(streamer, *frame.Begin,
|
/external/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 78 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); 625 const MCExpr *Size = MakeStartMinusEndExpr(*MCOS, 657 const MCExpr *Length = MakeStartMinusEndExpr(*MCOS, *InfoStart, *InfoEnd, 4); 825 const MCExpr *SectionSize = MakeStartMinusEndExpr(*MCOS, 1221 const MCExpr *Range = MakeStartMinusEndExpr(Streamer, *Frame.Begin, 1276 MakeStartMinusEndExpr(Streamer, *sectionStart, *sectionEnd, 4); 1388 const MCExpr *Length = MakeStartMinusEndExpr(Streamer, *fdeStart, *fdeEnd, 0); 1397 MakeStartMinusEndExpr(Streame [all...] |
Completed in 81 milliseconds