Home
last modified time | relevance | path

Searched refs:addErrorSuffix (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h111 bool addErrorSuffix(const Twine &Suffix) { in addErrorSuffix() function
112 return getParser().addErrorSuffix(Suffix); in addErrorSuffix()
H A DMCAsmParser.h246 bool addErrorSuffix(const Twine &Suffix);
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp4601 return addErrorSuffix(" in ENDS directive"); in parseDirectiveEnds()
4613 return addErrorSuffix(" in nested ENDS directive"); in parseDirectiveNestedEnds()
4685 return addErrorSuffix(" in 'org' directive"); in parseDirectiveOrg()
4690 return addErrorSuffix(" in 'org' directive"); in parseDirectiveOrg()
4756 return addErrorSuffix(" in align directive"); in parseDirectiveAlign()
4779 return addErrorSuffix(" in even directive"); in parseDirectiveEven()
6007 return addErrorSuffix(" in directive 'extern'"); in parseDirectiveExtern()
6031 return addErrorSuffix(" in directive"); in parseDirectiveSymbolAttribute()
6521 return addErrorSuffix(" in '.errb' directive"); in parseDirectiveErrorIfb()
6647 return addErrorSuffix(" in '.erre' directive"); in parseDirectiveErrorIfe()
[all …]
H A DMCAsmParser.cpp115 bool MCAsmParser::addErrorSuffix(const Twine &Suffix) { in addErrorSuffix() function in MCAsmParser
H A DCOFFMasmParser.cpp373 return addErrorSuffix(" in " + Directive + " directive"); in ParseDirectiveAlias()
H A DDarwinAsmParser.cpp1135 return addErrorSuffix(Twine(" in '") + Directive + "' directive"); in parseVersionMin()
1196 return addErrorSuffix(" in '.build_version' directive"); in parseBuildVersion()
H A DCOFFAsmParser.cpp513 return addErrorSuffix(" in directive"); in ParseDirectiveRVA()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1622 return addErrorSuffix(" in '" + ID.getIdentifier() + "' directive"); in ParseDirectiveWord()
1635 return addErrorSuffix(" in '.tc' directive"); in ParseDirectiveTC()
1661 return addErrorSuffix(" in '.machine' directive"); in ParseDirectiveMachine()
1678 return addErrorSuffix(" in '.abiversion' directive"); in ParseDirectiveAbiVersion()
1701 return addErrorSuffix(" in '.localentry' directive"); in ParseDirectiveLocalEntry()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1350 return addErrorSuffix(" in '.machine' directive"); in ParseDirectiveMachine()