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

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4478 SmallVector<bool, 4> OutputDeclsAddressOf; local
4535 OutputDeclsAddressOf.push_back(Operand.needAddressOf());
4572 OpDecls[i] = std::make_pair(OutputDecls[i], OutputDeclsAddressOf[i]);

Completed in 93 milliseconds