Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp5768 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local
5846 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()
5885 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()