Lines Matching refs:getContext
59 getContext().reportError(PendingFixup.Fixup.getLoc(), in resolvePendingFixups()
107 if (!getAssembler().getContext().getTargetTriple().isRISCV()) in emitAbsoluteSymbolDiff()
115 if (!getAssembler().getContext().getTargetTriple().isRISCV()) in emitAbsoluteSymbolDiffAsULEB128()
126 if (getContext().getTargetOptions()) in reset()
127 Assembler->setRelaxAll(getContext().getTargetOptions()->MCRelaxAll); in reset()
168 F = getContext().allocFragment<MCDataFragment>(); in getOrCreateDataFragment()
195 getContext().reportError( in emitValueImpl()
209 MCSymbol *Label = getContext().createTempSymbol("cfi"); in emitCFILabel()
216 Frame.Begin = getContext().createTempSymbol(); in emitCFIStartProcImpl()
221 Frame.End = getContext().createTempSymbol(); in emitCFIEndProcImpl()
267 insert(getContext().allocFragment<MCLEBFragment>(*Value, false)); in emitULEB128Value()
276 insert(getContext().allocFragment<MCLEBFragment>(*Value, true)); in emitSLEB128Value()
291 getContext().clearDwarfLocSeen(); in changeSectionImpl()
300 auto *F = getContext().allocFragment<MCDataFragment>(); in changeSectionImpl()
342 getContext().reportError(Inst.getLoc(), Twine(Sec.getVirtualSectionKind()) + in emitInstruction()
393 getContext().allocFragment<MCRelaxableFragment>(Inst, STI); in emitInstToFragment()
432 MCContext &Context = OS.getContext(); in buildSymbolDiff()
465 insert(getContext().allocFragment<MCDwarfLineAddrFragment>(LineDelta, in emitDwarfAdvanceLineAddr()
479 MCContext &Ctx = getContext(); in emitDwarfLineEndEntry()
491 insert(getContext().allocFragment<MCDwarfCallFrameFragment>(*AddrDelta)); in emitDwarfAdvanceFrameAddr()
503 MCSymbol *LineSym = getContext().createTempSymbol(); in emitCVLocDirective()
505 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
513 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in emitCVLinetableDirective()
521 getContext().getCVContext().emitInlineLineTableForFunction( in emitCVInlineLinetableDirective()
531 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion); in emitCVDefRangeDirective()
538 getContext().getCVContext().emitStringTable(*this); in emitCVStringTableDirective()
541 getContext().getCVContext().emitFileChecksums(*this); in emitCVFileChecksumsDirective()
545 getContext().getCVContext().emitFileChecksumOffset(*this, FileNo); in emitCVFileChecksumOffsetDirective()
559 insert(getContext().allocFragment<MCAlignFragment>( in emitValueToAlignment()
577 insert(getContext().allocFragment<MCOrgFragment>(*Offset, Value, Loc)); in emitValueToOffset()
704 MCSymbolRefExpr::create(getContext().createTempSymbol(), getContext()); in emitRelocDirective()
748 getContext().allocFragment<MCFillFragment>(FillValue, 1, NumBytes, Loc)); in emitFill()
757 getContext().getSourceManager()->PrintMessage( in emitFill()
776 getContext().allocFragment<MCFillFragment>(Expr, Size, NumValues, Loc)); in emitFill()
782 insert(getContext().allocFragment<MCNopsFragment>( in emitNops()
812 getContext().RemapDebugPaths(); in finishImpl()
815 if (getContext().getGenDwarfForAssembly()) in finishImpl()