Home | History | Annotate | Download | only in dsymutil

Lines Matching defs:MC

24 #include "llvm/MC/MCAsmBackend.h"
25 #include "llvm/MC/MCAsmInfo.h"
26 #include "llvm/MC/MCContext.h"
27 #include "llvm/MC/MCCodeEmitter.h"
28 #include "llvm/MC/MCDwarf.h"
29 #include "llvm/MC/MCInstrInfo.h"
30 #include "llvm/MC/MCObjectFileInfo.h"
31 #include "llvm/MC/MCRegisterInfo.h"
32 #include "llvm/MC/MCStreamer.h"
33 #include "llvm/MC/MCSubtargetInfo.h"
34 #include "llvm/MC/MCTargetOptionsCommandFlags.h"
463 /// All interactions with the MC layer that is used to build the debug
466 /// \defgroup MCObjects MC layer objects constructed by the streamer
471 std::unique_ptr<MCContext> MC;
508 /// the MC Dwarf version to \p DwarfVersion.
515 /// of the MC layer to the one of U.getOrigUnit().
585 // Create all the MC Objects.
595 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get()));
597 *MC);
611 MCE = TheTarget->createMCCodeEmitter(*MII, *MRI, *MC);
624 TheTriple, *MC, *MAB, *OutFile, MCE, *MSTI, MCOptions.MCRelaxAll,
656 /// the MC Dwarf version to \p DwarfVersion.
659 MC->setDwarfVersion(DwarfVersion);
719 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection());
771 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection());
813 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection());
840 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection());
887 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection());
888 MCSymbol *LineStartSym = MC->createTempSymbol();
889 MCSymbol *LineEndSym = MC->createTempSymbol();
905 MCDwarfLineAddr::Encode(*MC, Params, INT64_MAX, 0, EncodingOS);
987 MCDwarfLineAddr::Encode(*MC, Params, LineDelta, AddressDelta, EncodingOS);
1005 MCDwarfLineAddr::Encode(*MC, Params, INT64_MAX, 0, EncodingOS);
1016 MCDwarfLineAddr::Encode(*MC, Params, INT64_MAX, 0, EncodingOS);
1066 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubNamesSection(),
1072 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubTypesSection(),
1078 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection());
1089 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection());