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

Definitions

lib/MC/MCParser/COFFAsmParser.cpp
   34 class COFFAsmParser : public MCAsmParserExtension {
   35   template<bool (COFFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
   93   bool ParseSectionDirectiveText(StringRef, SMLoc) {
  101   bool ParseSectionDirectiveData(StringRef, SMLoc) {
  108   bool ParseSectionDirectiveBSS(StringRef, SMLoc) {
  273 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
  347 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) {
  406 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) {
  420 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) {
  433 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) {
  446 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) {
  452 bool COFFAsmParser::ParseDirectiveSecRel32(StringRef, SMLoc) {
  481 bool COFFAsmParser::ParseDirectiveRVA(StringRef, SMLoc) {
  512 bool COFFAsmParser::ParseDirectiveSafeSEH(StringRef, SMLoc) {
  527 bool COFFAsmParser::ParseDirectiveSecIdx(StringRef, SMLoc) {
  542 bool COFFAsmParser::ParseDirectiveSymIdx(StringRef, SMLoc) {
  581 bool COFFAsmParser::ParseDirectiveLinkOnce(StringRef, SMLoc Loc) {
  605 bool COFFAsmParser::ParseSEHDirectiveStartProc(StringRef, SMLoc Loc) {
  620 bool COFFAsmParser::ParseSEHDirectiveEndProc(StringRef, SMLoc Loc) {
  626 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc Loc) {
  632 bool COFFAsmParser::ParseSEHDirectiveEndChained(StringRef, SMLoc Loc) {
  638 bool COFFAsmParser::ParseSEHDirectiveHandler(StringRef, SMLoc Loc) {
  664 bool COFFAsmParser::ParseSEHDirectiveHandlerData(StringRef, SMLoc Loc) {
  670 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc Loc) {
  683 bool COFFAsmParser::ParseSEHDirectiveEndProlog(StringRef, SMLoc Loc) {