Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5937 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local
6016 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
6034 NumInputs = InputDecls.size(); in parseMSInlineAsm()
6056 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
H A DMasmParser.cpp7395 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local
7474 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
7492 NumInputs = InputDecls.size(); in parseMSInlineAsm()
7514 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()