Searched refs:OpDecl (Results 1 – 3 of 3) sorted by relevance
35 void *OpDecl; member81 : Kind(K), StartLoc(Start), EndLoc(End), OpDecl(nullptr), in X86Operand()85 void *getOpDecl() override { return OpDecl; } in getOpDecl()627 StringRef SymName = StringRef(), void *OpDecl = nullptr) {633 Res->OpDecl = OpDecl;652 void *OpDecl = nullptr,658 Res->OpDecl = OpDecl;667 void *OpDecl = nullptr, unsigned FrontendSize = 0) {679 Res->OpDecl = OpDecl;690 StringRef SymName = StringRef(), void *OpDecl = nullptr,[all …]
5994 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local5995 if (!OpDecl) in parseMSInlineAsm()6011 OutputDecls.push_back(OpDecl); in parseMSInlineAsm()6016 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
7452 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local7453 if (!OpDecl) in parseMSInlineAsm()7469 OutputDecls.push_back(OpDecl); in parseMSInlineAsm()7474 InputDecls.push_back(OpDecl); in parseMSInlineAsm()