Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5971 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local
6052 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
6070 NumInputs = InputDecls.size(); in parseMSInlineAsm()
6092 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
H A DMasmParser.cpp7379 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local
7458 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
7474 NumInputs = InputDecls.size(); in parseMSInlineAsm()
7496 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()