Searched refs:AsmStrRewrites (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 287 bool parseCurlyBlockScope(SmallVectorImpl<AsmRewrite>& AsmStrRewrites); 956 SmallVector<AsmRewrite, 4> AsmStrRewrites; in Run() local 978 ParseStatementInfo Info(&AsmStrRewrites); in Run() 2376 AsmParser::parseCurlyBlockScope(SmallVectorImpl<AsmRewrite> &AsmStrRewrites) { in parseCurlyBlockScope() argument 2387 AsmStrRewrites.emplace_back(AOK_Skip, StartLoc, Lexer.getLoc().getPointer() - in parseCurlyBlockScope() 5923 SmallVector<AsmRewrite, 4> AsmStrRewrites; in parseMSInlineAsm() local 5933 if (parseCurlyBlockScope(AsmStrRewrites)) in parseMSInlineAsm() 5936 ParseStatementInfo Info(&AsmStrRewrites); in parseMSInlineAsm() 5992 AsmStrRewrites.emplace_back(AOK_Output, Start, SymName.size()); in parseMSInlineAsm() 5998 AsmStrRewrites.emplace_back(AOK_CallInput, Start, SymName.size()); in parseMSInlineAsm() [all …]
|
H A D | MasmParser.cpp | 545 bool parseCurlyBlockScope(SmallVectorImpl<AsmRewrite>& AsmStrRewrites); 1220 SmallVector<AsmRewrite, 4> AsmStrRewrites; in Run() local 1247 ParseStatementInfo Info(&AsmStrRewrites); in Run() 2625 SmallVectorImpl<AsmRewrite> &AsmStrRewrites) { in parseCurlyBlockScope() argument 2636 AsmStrRewrites.emplace_back(AOK_Skip, StartLoc, Lexer.getLoc().getPointer() - in parseCurlyBlockScope() 3181 SmallVector<AsmRewrite, 4> AsmStrRewrites; in handleMacroInvocation() local 3183 ParseStatementInfo Info(&AsmStrRewrites); in handleMacroInvocation() 7056 SmallVector<AsmRewrite, 4> AsmStrRewrites; in parseMSInlineAsm() local 7066 if (parseCurlyBlockScope(AsmStrRewrites)) in parseMSInlineAsm() 7069 ParseStatementInfo Info(&AsmStrRewrites); in parseMSInlineAsm() [all …]
|