Home | History | Annotate | Download | only in MC

Lines Matching defs:MCContext

1 //===- lib/MC/MCContext.cpp - Machine Code Context ------------------------===//
10 #include "llvm/MC/MCContext.h"
30 MCContext::MCContext(const MCAsmInfo &mai, const MCRegisterInfo &mri,
48 MCContext::~MCContext() {
65 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
81 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
106 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name) {
112 MCSymbol *MCContext::CreateTempSymbol() {
119 unsigned MCContext::NextInstance(int64_t LocalLabelVal) {
126 unsigned MCContext::GetInstance(int64_t LocalLabelVal) {
133 MCSymbol *MCContext::CreateDirectionalLocalSymbol(int64_t LocalLabelVal) {
139 MCSymbol *MCContext::GetDirectionalLocalSymbol(int64_t LocalLabelVal,
147 MCSymbol *MCContext::LookupSymbol(StringRef Name) const {
155 const MCSectionMachO *MCContext::
184 const MCSectionELF *MCContext::
190 const MCSectionELF *MCContext::
216 const MCSectionELF *MCContext::CreateELFGroupSection() {
223 const MCSection *MCContext::getCOFFSection(StringRef Section,
251 unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName,
314 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber) {