Searched refs:OpDecl (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86Operand.h | 37 void *OpDecl; member 91 : Kind(K), StartLoc(Start), EndLoc(End), OpDecl(nullptr), in X86Operand() 95 void *getOpDecl() override { return OpDecl; } in getOpDecl() 678 StringRef SymName = StringRef(), void *OpDecl = nullptr) { 684 Res->OpDecl = OpDecl; 703 void *OpDecl = nullptr, 709 Res->OpDecl = OpDecl; 718 void *OpDecl = nullptr, unsigned FrontendSize = 0, 733 Res->OpDecl = OpDecl; 744 StringRef SymName = StringRef(), void *OpDecl = nullptr, [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 6042 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local 6043 if (!OpDecl) in parseMSInlineAsm() 6060 OutputDecls.push_back(OpDecl); in parseMSInlineAsm() 6066 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
|
| H A D | MasmParser.cpp | 7404 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local 7405 if (!OpDecl) in parseMSInlineAsm() 7421 OutputDecls.push_back(OpDecl); in parseMSInlineAsm() 7426 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
|