Searched refs:OpDecl (Results 1 – 3 of 3) sorted by relevance
| /freebsd/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() 707 StringRef SymName = StringRef(), void *OpDecl = nullptr) { 713 Res->OpDecl = OpDecl; 732 void *OpDecl = nullptr, 738 Res->OpDecl = OpDecl; 747 void *OpDecl = nullptr, unsigned FrontendSize = 0, 762 Res->OpDecl = OpDecl; 773 StringRef SymName = StringRef(), void *OpDecl = nullptr, [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 5984 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local 5985 if (!OpDecl) in parseMSInlineAsm() 6002 OutputDecls.push_back(OpDecl); in parseMSInlineAsm() 6008 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
|
| H A D | MasmParser.cpp | 5941 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local 5942 if (!OpDecl) in parseMSInlineAsm() 5958 OutputDecls.push_back(OpDecl); in parseMSInlineAsm() 5963 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
|