Home | History | Annotate | Download | only in MC

Lines Matching refs:InlineSrcMgr

69     : TT(TheTriple), SrcMgr(mgr), InlineSrcMgr(nullptr),
119 if (!InlineSrcMgr)
120 InlineSrcMgr.reset(new SourceMgr());
129 InlineSrcMgr.reset();
909 } else if (InlineSrcMgr) {
910 SMP = InlineSrcMgr.get();
922 // * MCContext::InlineSrcMgr is null when the inline asm is not used.
924 // and MCContext::InlineSrcMgr are null.
929 // FIXME: Simplify these by combining InlineSrcMgr & SrcMgr.
931 // For non MC-only execution, InlineSrcMgr is only ctor'd if there is
936 } else if (InlineSrcMgr) {
937 SMP = InlineSrcMgr.get();