reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

lib/MC/MCParser/ELFAsmParser.cpp
   36 class ELFAsmParser : public MCAsmParserExtension {
   37   template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
   92   bool ParseSectionDirectiveData(StringRef, SMLoc) {
   97   bool ParseSectionDirectiveText(StringRef, SMLoc) {
  102   bool ParseSectionDirectiveBSS(StringRef, SMLoc) {
  107   bool ParseSectionDirectiveRoData(StringRef, SMLoc) {
  112   bool ParseSectionDirectiveTData(StringRef, SMLoc) {
  118   bool ParseSectionDirectiveTBSS(StringRef, SMLoc) {
  124   bool ParseSectionDirectiveDataRel(StringRef, SMLoc) {
  129   bool ParseSectionDirectiveDataRelRo(StringRef, SMLoc) {
  135   bool ParseSectionDirectiveEhFrame(StringRef, SMLoc) {
  169 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
  217 bool ELFAsmParser::ParseDirectiveSize(StringRef, SMLoc) {
  370 bool ELFAsmParser::ParseDirectivePushSection(StringRef s, SMLoc loc) {
  381 bool ELFAsmParser::ParseDirectivePopSection(StringRef, SMLoc) {
  387 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) {
  658 bool ELFAsmParser::ParseDirectivePrevious(StringRef DirName, SMLoc) {
  686 bool ELFAsmParser::ParseDirectiveType(StringRef, SMLoc) {
  739 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) {
  757 bool ELFAsmParser::ParseDirectiveSymver(StringRef, SMLoc) {
  788 bool ELFAsmParser::ParseDirectiveVersion(StringRef, SMLoc) {
  812 bool ELFAsmParser::ParseDirectiveWeakref(StringRef, SMLoc) {
  836 bool ELFAsmParser::ParseDirectiveSubsection(StringRef, SMLoc) {
  854 bool ELFAsmParser::ParseDirectiveCGProfile(StringRef, SMLoc) {