Searched refs:OutputDecls (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5916 SmallVector<void *, 4> OutputDecls; local
5989 OutputDecls.push_back(OpDecl);
6011 NumOutputs = OutputDecls.size();
6030 OpDecls[i] = std::make_pair(OutputDecls[i], OutputDeclsAddressOf[i]);
H A DMasmParser.cpp7049 SmallVector<void *, 4> OutputDecls; local
7122 OutputDecls.push_back(OpDecl);
7144 NumOutputs = OutputDecls.size();
7163 OpDecls[i] = std::make_pair(OutputDecls[i], OutputDeclsAddressOf[i]);

Completed in 154 milliseconds