Searched refs:OpDecl (Results 1 – 6 of 6) sorted by relevance
36 void *OpDecl; member73 void *getOpDecl() override { return OpDecl; } in getOpDecl()478 StringRef SymName = StringRef(), void *OpDecl = nullptr) {484 Res->OpDecl = OpDecl;499 void *OpDecl = nullptr) {509 Res->OpDecl = OpDecl;519 void *OpDecl = nullptr) {536 Res->OpDecl = OpDecl;
1165 if (isa<MCSymbolRefExpr>(Disp) && Info.OpDecl && !Info.IsVarDecl) { in CreateMemForInlineAsm()1176 Identifier, Info.OpDecl); in CreateMemForInlineAsm()1200 Info.OpDecl); in CreateMemForInlineAsm()1659 Start, End, Size, Identifier, Info.OpDecl); in ParseIntelMemOperand()1731 OffsetOfLoc, Identifier, Info.OpDecl); in ParseIntelOffsetOfOperator()1760 if (!Info.OpDecl) in ParseIntelOperator()
35 void *OpDecl;40 OpDecl = nullptr; in clear()
93 Info.OpDecl = static_cast<void *>(Result.get()); in LookupInlineAsmIdentifier()94 return Info.OpDecl; in LookupInlineAsmIdentifier()
713 Info.OpDecl = Result.get(); in LookupInlineAsmVarDeclField()
5117 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local5118 if (!OpDecl) in parseMSInlineAsm()5125 OutputDecls.push_back(OpDecl); in parseMSInlineAsm()5130 InputDecls.push_back(OpDecl); in parseMSInlineAsm()