Lines Matching defs:MCAsmInfo
1 //===- MCAsmInfo.cpp - Asm Info -------------------------------------------===//
14 #include "llvm/MC/MCAsmInfo.h"
42 MCAsmInfo::MCAsmInfo() {
73 MCAsmInfo::~MCAsmInfo() = default;
75 void MCAsmInfo::addInitialFrameState(const MCCFIInstruction &Inst) {
80 MCAsmInfo::getExprForPersonalitySymbol(const MCSymbol *Sym,
87 MCAsmInfo::getExprForFDESymbol(const MCSymbol *Sym,
101 bool MCAsmInfo::isAcceptableChar(char C) const {
108 bool MCAsmInfo::isValidUnquotedName(StringRef Name) const {
122 bool MCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const {