Home | History | Annotate | Download | only in MC

Lines Matching refs:MCContext

1 //===- lib/MC/MCContext.cpp - Machine Code Context ------------------------===//
10 #include "llvm/MC/MCContext.h"
33 MCContext::MCContext(const MCAsmInfo &mai, const MCRegisterInfo &mri,
53 MCContext::~MCContext() {
70 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
86 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
111 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name) {
117 MCSymbol *MCContext::CreateTempSymbol() {
124 unsigned MCContext::NextInstance(int64_t LocalLabelVal) {
131 unsigned MCContext::GetInstance(int64_t LocalLabelVal) {
138 MCSymbol *MCContext::CreateDirectionalLocalSymbol(int64_t LocalLabelVal) {
144 MCSymbol *MCContext::GetDirectionalLocalSymbol(int64_t LocalLabelVal,
152 MCSymbol *MCContext::LookupSymbol(StringRef Name) const {
160 const MCSectionMachO *MCContext::
189 const MCSectionELF *MCContext::
195 const MCSectionELF *MCContext::
221 const MCSectionELF *MCContext::CreateELFGroupSection() {
228 const MCSection *MCContext::getCOFFSection(StringRef Section,
256 unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName,
321 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber) {
328 void MCContext::FatalError(SMLoc Loc, const Twine &Msg) {