Lines Matching refs:MCContext
35 MCContext::MCContext(const MCAsmInfo *mai, const MCRegisterInfo *mri, in MCContext() function in MCContext
63 MCContext::~MCContext() { in ~MCContext()
79 void MCContext::reset() { in reset()
113 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) { in GetOrCreateSymbol()
129 MCSymbol *MCContext::CreateSymbol(StringRef Name) { in CreateSymbol()
154 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name) { in GetOrCreateSymbol()
160 MCSymbol *MCContext::CreateTempSymbol() { in CreateTempSymbol()
167 unsigned MCContext::NextInstance(int64_t LocalLabelVal) { in NextInstance()
174 unsigned MCContext::GetInstance(int64_t LocalLabelVal) { in GetInstance()
181 MCSymbol *MCContext::CreateDirectionalLocalSymbol(int64_t LocalLabelVal) { in CreateDirectionalLocalSymbol()
187 MCSymbol *MCContext::GetDirectionalLocalSymbol(int64_t LocalLabelVal, in GetDirectionalLocalSymbol()
195 MCSymbol *MCContext::LookupSymbol(StringRef Name) const { in LookupSymbol()
199 MCSymbol *MCContext::LookupSymbol(const Twine &Name) const { in LookupSymbol()
209 const MCSectionMachO *MCContext::
238 const MCSectionELF *MCContext::
244 const MCSectionELF *MCContext::
270 const MCSectionELF *MCContext::CreateELFGroupSection() { in CreateELFGroupSection()
277 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
297 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection()
313 unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName, in GetDwarfFile()
380 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber()
388 void MCContext::FatalError(SMLoc Loc, const Twine &Msg) { in FatalError()