Searched refs:OpDecl (Results 1 – 6 of 6) sorted by relevance
36 void *OpDecl; member73 void *getOpDecl() override { return OpDecl; } in getOpDecl()477 StringRef SymName = StringRef(), void *OpDecl = nullptr) {483 Res->OpDecl = OpDecl;498 void *OpDecl = nullptr) {508 Res->OpDecl = OpDecl;518 void *OpDecl = nullptr) {535 Res->OpDecl = OpDecl;
1073 if (isa<MCSymbolRefExpr>(Disp) && Info.OpDecl && !Info.IsVarDecl) { in CreateMemForInlineAsm()1084 Identifier, Info.OpDecl); in CreateMemForInlineAsm()1108 Info.OpDecl); in CreateMemForInlineAsm()1560 Start, End, Size, Identifier, Info.OpDecl); in ParseIntelMemOperand()1632 OffsetOfLoc, Identifier, Info.OpDecl); in ParseIntelOffsetOfOperator()1661 if (!Info.OpDecl) in ParseIntelOperator()
35 void *OpDecl;40 OpDecl = nullptr; in clear()
92 Info.OpDecl = static_cast<void *>(Result.get()); in LookupInlineAsmIdentifier()93 return Info.OpDecl; in LookupInlineAsmIdentifier()
709 Info.OpDecl = Result.get(); in LookupInlineAsmVarDeclField()
4737 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local4738 if (!OpDecl) in parseMSInlineAsm()4745 OutputDecls.push_back(OpDecl); in parseMSInlineAsm()4750 InputDecls.push_back(OpDecl); in parseMSInlineAsm()