• Home
  • Raw
  • Download

Lines Matching refs:MCContext

37 MCContext::MCContext(const MCAsmInfo *mai, const MCRegisterInfo *mri,  in MCContext()  function in MCContext
60 MCContext::~MCContext() { in ~MCContext()
72 void MCContext::reset() { in reset()
110 MCSymbol *MCContext::getOrCreateSymbol(const Twine &Name) { in getOrCreateSymbol()
123 MCSymbolELF *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) { in getOrCreateSectionSymbol()
145 MCSymbol *MCContext::getOrCreateFrameAllocSymbol(StringRef FuncName, in getOrCreateFrameAllocSymbol()
151 MCSymbol *MCContext::getOrCreateParentFrameOffsetSymbol(StringRef FuncName) { in getOrCreateParentFrameOffsetSymbol()
156 MCSymbol *MCContext::getOrCreateLSDASymbol(StringRef FuncName) { in getOrCreateLSDASymbol()
161 MCSymbol *MCContext::createSymbolImpl(const StringMapEntry<bool> *Name, in createSymbolImpl()
177 MCSymbol *MCContext::createSymbol(StringRef Name, bool AlwaysAddSuffix, in createSymbol()
208 MCSymbol *MCContext::createTempSymbol(const Twine &Name, bool AlwaysAddSuffix, in createTempSymbol()
215 MCSymbol *MCContext::createLinkerPrivateTempSymbol() { in createLinkerPrivateTempSymbol()
221 MCSymbol *MCContext::createTempSymbol(bool CanBeUnnamed) { in createTempSymbol()
225 unsigned MCContext::NextInstance(unsigned LocalLabelVal) { in NextInstance()
232 unsigned MCContext::GetInstance(unsigned LocalLabelVal) { in GetInstance()
239 MCSymbol *MCContext::getOrCreateDirectionalLocalSymbol(unsigned LocalLabelVal, in getOrCreateDirectionalLocalSymbol()
247 MCSymbol *MCContext::createDirectionalLocalSymbol(unsigned LocalLabelVal) { in createDirectionalLocalSymbol()
252 MCSymbol *MCContext::getDirectionalLocalSymbol(unsigned LocalLabelVal, in getDirectionalLocalSymbol()
260 MCSymbol *MCContext::lookupSymbol(const Twine &Name) const { in lookupSymbol()
270 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
299 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection()
315 MCSectionELF *MCContext::createELFRelSection(StringRef Name, unsigned Type, in createELFRelSection()
328 MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, in getELFSection()
340 MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, in getELFSection()
375 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection()
382 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
412 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
419 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection()
427 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
442 MCSubtargetInfo &MCContext::getSubtargetCopy(const MCSubtargetInfo &STI) { in getSubtargetCopy()
454 unsigned MCContext::getDwarfFile(StringRef Directory, StringRef FileName, in getDwarfFile()
462 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber()
472 void MCContext::finalizeDwarfSections(MCStreamer &MCOS) { in finalizeDwarfSections()
481 void MCContext::reportError(SMLoc Loc, const Twine &Msg) { in reportError()
493 void MCContext::reportFatalError(SMLoc Loc, const Twine &Msg) { in reportFatalError()