Home
last modified time | relevance | path

Searched refs:OpDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h35 void *OpDecl; member
81 : Kind(K), StartLoc(Start), EndLoc(End), OpDecl(nullptr), in X86Operand()
85 void *getOpDecl() override { return OpDecl; } in getOpDecl()
627 StringRef SymName = StringRef(), void *OpDecl = nullptr) {
633 Res->OpDecl = OpDecl;
652 void *OpDecl = nullptr,
658 Res->OpDecl = OpDecl;
667 void *OpDecl = nullptr, unsigned FrontendSize = 0) {
679 Res->OpDecl = OpDecl;
690 StringRef SymName = StringRef(), void *OpDecl = nullptr,
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5994 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local
5995 if (!OpDecl) in parseMSInlineAsm()
6011 OutputDecls.push_back(OpDecl); in parseMSInlineAsm()
6016 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
H A DMasmParser.cpp7452 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local
7453 if (!OpDecl) in parseMSInlineAsm()
7469 OutputDecls.push_back(OpDecl); in parseMSInlineAsm()
7474 InputDecls.push_back(OpDecl); in parseMSInlineAsm()