Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5939 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local
6017 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()
6056 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
H A DMasmParser.cpp7397 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local
7475 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()
7514 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()