Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5628 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local
5702 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
5717 NumInputs = InputDecls.size(); in parseMSInlineAsm()
5739 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()