Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h37 void *OpDecl; member
91 : Kind(K), StartLoc(Start), EndLoc(End), OpDecl(nullptr), in X86Operand()
95 void *getOpDecl() override { return OpDecl; } in getOpDecl()
644 StringRef SymName = StringRef(), void *OpDecl = nullptr) {
650 Res->OpDecl = OpDecl;
669 void *OpDecl = nullptr,
675 Res->OpDecl = OpDecl;
684 void *OpDecl = nullptr, unsigned FrontendSize = 0,
699 Res->OpDecl = OpDecl;
710 StringRef SymName = StringRef(), void *OpDecl = nullptr,
[all …]
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6019 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local
6020 if (!OpDecl) in parseMSInlineAsm()
6037 OutputDecls.push_back(OpDecl); in parseMSInlineAsm()
6043 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
H A DMasmParser.cpp7417 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local
7418 if (!OpDecl) in parseMSInlineAsm()
7434 OutputDecls.push_back(OpDecl); in parseMSInlineAsm()
7439 InputDecls.push_back(OpDecl); in parseMSInlineAsm()