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() 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/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 6048 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local 6049 if (!OpDecl) in parseMSInlineAsm() 6066 OutputDecls.push_back(OpDecl); in parseMSInlineAsm() 6072 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
|
H A D | MasmParser.cpp | 7405 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local 7406 if (!OpDecl) in parseMSInlineAsm() 7422 OutputDecls.push_back(OpDecl); in parseMSInlineAsm() 7427 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
|