Lines Matching defs:MCContext
1 //===- lib/MC/MCContext.cpp - Machine Code Context ------------------------===//
10 #include "llvm/MC/MCContext.h"
35 MCContext::MCContext(const MCAsmInfo *mai, const MCRegisterInfo *mri,
63 MCContext::~MCContext() {
79 void MCContext::reset() {
113 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
129 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
154 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name) {
160 MCSymbol *MCContext::CreateTempSymbol() {
167 unsigned MCContext::NextInstance(int64_t LocalLabelVal) {
174 unsigned MCContext::GetInstance(int64_t LocalLabelVal) {
181 MCSymbol *MCContext::CreateDirectionalLocalSymbol(int64_t LocalLabelVal) {
187 MCSymbol *MCContext::GetDirectionalLocalSymbol(int64_t LocalLabelVal,
195 MCSymbol *MCContext::LookupSymbol(StringRef Name) const {
199 MCSymbol *MCContext::LookupSymbol(const Twine &Name) const {
209 const MCSectionMachO *MCContext::
238 const MCSectionELF *MCContext::
244 const MCSectionELF *MCContext::
270 const MCSectionELF *MCContext::CreateELFGroupSection() {
277 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
297 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) {
313 unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName,
380 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) {
388 void MCContext::FatalError(SMLoc Loc, const Twine &Msg) {