Lines Matching refs:MCContext
44 MCContext::MCContext(const MCAsmInfo *mai, const MCRegisterInfo *mri, in MCContext() function in MCContext
62 MCContext::~MCContext() { in ~MCContext()
74 void MCContext::reset() { in reset()
114 MCSymbol *MCContext::getOrCreateSymbol(const Twine &Name) { in getOrCreateSymbol()
127 MCSymbolELF *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) { in getOrCreateSectionSymbol()
139 MCSymbol *MCContext::getOrCreateFrameAllocSymbol(StringRef FuncName, in getOrCreateFrameAllocSymbol()
145 MCSymbol *MCContext::getOrCreateParentFrameOffsetSymbol(StringRef FuncName) { in getOrCreateParentFrameOffsetSymbol()
150 MCSymbol *MCContext::getOrCreateLSDASymbol(StringRef FuncName) { in getOrCreateLSDASymbol()
155 MCSymbol *MCContext::createSymbolImpl(const StringMapEntry<bool> *Name, in createSymbolImpl()
171 MCSymbol *MCContext::createSymbol(StringRef Name, bool AlwaysAddSuffix, in createSymbol()
205 MCSymbol *MCContext::createTempSymbol(const Twine &Name, bool AlwaysAddSuffix, in createTempSymbol()
212 MCSymbol *MCContext::createLinkerPrivateTempSymbol() { in createLinkerPrivateTempSymbol()
218 MCSymbol *MCContext::createTempSymbol(bool CanBeUnnamed) { in createTempSymbol()
222 unsigned MCContext::NextInstance(unsigned LocalLabelVal) { in NextInstance()
229 unsigned MCContext::GetInstance(unsigned LocalLabelVal) { in GetInstance()
236 MCSymbol *MCContext::getOrCreateDirectionalLocalSymbol(unsigned LocalLabelVal, in getOrCreateDirectionalLocalSymbol()
244 MCSymbol *MCContext::createDirectionalLocalSymbol(unsigned LocalLabelVal) { in createDirectionalLocalSymbol()
249 MCSymbol *MCContext::getDirectionalLocalSymbol(unsigned LocalLabelVal, in getDirectionalLocalSymbol()
257 MCSymbol *MCContext::lookupSymbol(const Twine &Name) const { in lookupSymbol()
267 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
296 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection()
312 MCSectionELF *MCContext::createELFRelSection(const Twine &Name, unsigned Type, in createELFRelSection()
326 MCSectionELF *MCContext::getELFNamedSection(const Twine &Prefix, in getELFNamedSection()
333 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection()
345 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection()
380 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection()
387 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
419 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
427 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection()
435 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
456 MCSubtargetInfo &MCContext::getSubtargetCopy(const MCSubtargetInfo &STI) { in getSubtargetCopy()
468 unsigned MCContext::getDwarfFile(StringRef Directory, StringRef FileName, in getDwarfFile()
476 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber()
486 void MCContext::finalizeDwarfSections(MCStreamer &MCOS) { in finalizeDwarfSections()
491 CodeViewContext &MCContext::getCVContext() { in getCVContext()
497 unsigned MCContext::getCVFile(StringRef FileName, unsigned FileNumber) { in getCVFile()
501 bool MCContext::isValidCVFileNumber(unsigned FileNumber) { in isValidCVFileNumber()
509 void MCContext::reportError(SMLoc Loc, const Twine &Msg) { in reportError()
521 void MCContext::reportFatalError(SMLoc Loc, const Twine &Msg) { in reportFatalError()