Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6028 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local
6029 if (!OpDecl) in parseMSInlineAsm()
6046 OutputDecls.push_back(OpDecl); in parseMSInlineAsm()
6052 InputDecls.push_back(OpDecl); in parseMSInlineAsm()
H A DMasmParser.cpp7436 void *OpDecl = Operand.getOpDecl(); in parseMSInlineAsm() local
7437 if (!OpDecl) in parseMSInlineAsm()
7453 OutputDecls.push_back(OpDecl); in parseMSInlineAsm()
7458 InputDecls.push_back(OpDecl); in parseMSInlineAsm()