Home | History | Annotate | Download | only in MC

Lines Matching refs:Backend

1 //===- lib/MC/MCAssembler.cpp - Assembler Backend Implementation ----------===//
297 : Context(Context_), Backend(Backend_), Emitter(Emitter_), Writer(&Writer_),
369 bool IsPCRel = Backend.getFixupKindInfo(
409 bool ShouldAlignPC = Backend.getFixupKindInfo(Fixup.getKind()).Flags &
423 // Let the backend adjust the fixup value if necessary, including whether
425 Backend.processFixupValue(*this, Layout, Fixup, DF, Target, Value,
761 llvm::errs() << "assembler backend - pre-layout\n--\n";
794 llvm::errs() << "assembler backend - post-relaxation\n--\n";
801 llvm::errs() << "assembler backend - final-layout\n--\n";