Home
last modified time | relevance | path

Searched refs:getTargetParser (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp851 if(getTargetParser().getTargetOptions().MCNoWarn) in Warning()
998 getTargetParser().onBeginOfFile(); in Run()
1020 getTargetParser().onEndOfFile(); in Run()
1963 getTargetParser().doBeforeLabelEmit(Sym, IDLoc); in parseStatement()
1966 if (!getTargetParser().isParsingMSInlineAsm()) in parseStatement()
1975 getTargetParser().onLabelParsed(Sym); in parseStatement()
2384 if (getTargetParser().MatchAndEmitInstruction( in parseAndMatchAndEmitTargetInstruction()
2386 getTargetParser().isParsingMSInlineAsm())) in parseAndMatchAndEmitTargetInstruction()
3176 const MCTargetAsmParser &MCT = getTargetParser(); in parseDirectiveReloc()
6280 getTargetParser().doBeforeLabelEmit(Sym, LabelLoc); in parseAsHLASMLabel()
[all …]
H A DMasmParser.cpp1149 if (getTargetParser().getTargetOptions().MCNoWarn) in Warning()
1341 Out.initSections(false, getTargetParser().getSTI()); in Run()
1366 getTargetParser().onBeginOfFile(); in Run()
1393 getTargetParser().onEndOfFile(); in Run()
1459 Out.initSections(false, getTargetParser().getSTI()); in checkForValidSection()
1890 if (getTargetParser().parsePrimaryExpr(Res, EndLoc) || in parseExpression()
2254 getTargetParser().doBeforeLabelEmit(Sym, IDLoc); in parseStatement()
2257 if (!getTargetParser().isParsingMSInlineAsm()) in parseStatement()
2266 getTargetParser().onLabelParsed(Sym); in parseStatement()
2716 if (getTargetParser().MatchAndEmitInstruction( in parseStatement()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h170 MCTargetAsmParser &getTargetParser() const { return *TargetParser; } in getTargetParser() function