Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5987 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local
6067 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()
6106 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
H A DMasmParser.cpp7349 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local
7427 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()
7464 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()